diff src/xrdb.c @ 21514:fa9ff387d260

Fix -Wimplicit warnings.
author Andreas Schwab <schwab@suse.de>
date Tue, 14 Apr 1998 12:25:56 +0000
parents ef747a07f03d
children d11ac02f9d6a
line wrap: on
line diff
--- a/src/xrdb.c	Tue Apr 14 10:56:46 1998 +0000
+++ b/src/xrdb.c	Tue Apr 14 12:25:56 1998 +0000
@@ -24,6 +24,10 @@
 #include <config.h>
 #endif
 
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
+
 #include <paths.h>
 
 #include <stdio.h>
@@ -84,6 +88,7 @@
 #define malloc xmalloc
 #define realloc xrealloc
 #define free xfree
+extern long *xmalloc (), *xrealloc ();
 #endif
 
 char *x_get_string_resource ();