diff options
Diffstat (limited to 'common/compat.c')
-rw-r--r-- | common/compat.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/compat.c b/common/compat.c index d3730e0..262f94d 100644 --- a/common/compat.c +++ b/common/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) |