summaryrefslogtreecommitdiff
path: root/inet/tst-gethnm.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-08-19 18:04:56 +0000
committerAndreas Jaeger <aj@suse.de>2000-08-19 18:04:56 +0000
commit26f0239c05146a9f9db6c2712bf0888a99808e4d (patch)
tree6b86d245f6e75c1f7bbf601f5f73f1bc3603b352 /inet/tst-gethnm.c
parent60f0e64b3c13cf717fd49d327dbbca88568ca647 (diff)
Include string.h to provide prototype for strcmp.
Diffstat (limited to 'inet/tst-gethnm.c')
-rw-r--r--inet/tst-gethnm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/inet/tst-gethnm.c b/inet/tst-gethnm.c
index fe8e416de0..8af44d66a1 100644
--- a/inet/tst-gethnm.c
+++ b/inet/tst-gethnm.c
@@ -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>