]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 fe8e416de01bff088fa93215f0bf3d066f0b2473..8af44d66a1b6c1b048fbdd0301902b0006052d26 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>