From 7caee580a42906ae855c81b7440f0c18e86657a8 Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Thu, 13 Dec 2001 04:27:46 +0000 Subject: Fixed warnings about functions called without prototypes. --- lib/xmalloc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/xmalloc.c') diff --git a/lib/xmalloc.c b/lib/xmalloc.c index 165db1fc8..2bd5bedbe 100644 --- a/lib/xmalloc.c +++ b/lib/xmalloc.c @@ -21,6 +21,8 @@ #include +#include + #if STDC_HEADERS # include #else -- cgit v1.2.1