Include string.h to provide prototype for strcmp.
authorAndreas Jaeger <aj@suse.de>
Sat, 19 Aug 2000 18:04:56 +0000 (18:04 +0000)
committerAndreas Jaeger <aj@suse.de>
Sat, 19 Aug 2000 18:04:56 +0000 (18:04 +0000)
inet/tst-gethnm.c

index fe8e416..8af44d6 100644 (file)
@@ -3,6 +3,7 @@
 #include <netdb.h>
 #include <stdlib.h>
 #include <stdio.h>
+#include <string.h>
 #include <unistd.h>
 #include <sys/param.h>
 #include <sys/socket.h>