summaryrefslogtreecommitdiff
path: root/common/compat.c
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-08-27 17:00:07 +0000
committerStef Walter <stef@memberwebs.com>2004-08-27 17:00:07 +0000
commitce81aa857ac7df3c3a0544626ad601710e555a90 (patch)
treebb63eda45c5ac02b4cd930063369d50cf0772704 /common/compat.c
parent100f692245931aee67d07905104188ef9465b334 (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)