Include <stdlib.h> for declaration of free.
authorJim Meyering <jim@meyering.net>
Sun, 13 Jul 2003 08:44:23 +0000 (08:44 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 13 Jul 2003 08:44:23 +0000 (08:44 +0000)
lib/xgethostname.c

index a78dda8..861c52f 100644 (file)
@@ -21,6 +21,7 @@
 # include <config.h>
 #endif
 
+#include <stdlib.h>
 #include <sys/types.h>
 
 #include <errno.h>