diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-08-24 09:57:46 +0700 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-08-24 10:18:24 +0700 |
commit | b9baa618eb808d02b80bb3a86d7a571592296905 (patch) | |
tree | 9a6cd2bc2c0a791190259ac42867e508d8c8cede /tests/tex_nonbyte.c | |
parent | 1eca7017e7ed397e08d8b4a61be4de9308881fd0 (diff) |
Include stdlib.h when using malloc().
Diffstat (limited to 'tests/tex_nonbyte.c')
-rw-r--r-- | tests/tex_nonbyte.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tex_nonbyte.c b/tests/tex_nonbyte.c index 8f2ec162..960d0efb 100644 --- a/tests/tex_nonbyte.c +++ b/tests/tex_nonbyte.c @@ -37,6 +37,7 @@ REDISTRIBUTION OF THIS SOFTWARE. #endif #include <stdio.h> +#include <stdlib.h> #include <string.h> #include <assert.h> |