summaryrefslogtreecommitdiff
path: root/common/compat.c
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-08-27 16:59:47 +0000
committerStef Walter <stef@memberwebs.com>2004-08-27 16:59:47 +0000
commit0c41db052b4c3271315d5267f3cacbc737617758 (patch)
treed18f62b1dc7abb6abaf75e391c85363a36a850d5 /common/compat.c
parent4b0e5506db124d17521e20dc9664eca60c71ece9 (diff)
- Fixed most warnings when compiled with -Wall
Diffstat (limited to 'common/compat.c')
-rw-r--r--common/compat.c3
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)