diff options
author | Stef Walter <stef@memberwebs.com> | 2004-08-27 17:00:07 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-08-27 17:00:07 +0000 |
commit | ce81aa857ac7df3c3a0544626ad601710e555a90 (patch) | |
tree | bb63eda45c5ac02b4cd930063369d50cf0772704 /src/compat.c | |
parent | 100f692245931aee67d07905104188ef9465b334 (diff) |
- Fixed most warnings when compiled with -Wall
Diffstat (limited to 'src/compat.c')
-rw-r--r-- | src/compat.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compat.c b/src/compat.c index d3730e0..262f94d 100644 --- a/src/compat.c +++ b/src/compat.c @@ -68,6 +68,9 @@ #include "usuals.h" #include "compat.h" +#include <ctype.h> +#include <stdlib.h> + #ifndef HAVE_REALLOCF void* reallocf(void* ptr, size_t size) |