diff options
author | Andreas Jaeger <aj@suse.de> | 2000-08-19 18:04:56 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-08-19 18:04:56 +0000 |
commit | 26f0239c05146a9f9db6c2712bf0888a99808e4d (patch) | |
tree | 6b86d245f6e75c1f7bbf601f5f73f1bc3603b352 /inet | |
parent | 60f0e64b3c13cf717fd49d327dbbca88568ca647 (diff) | |
download | glibc-26f0239c05146a9f9db6c2712bf0888a99808e4d.zip glibc-26f0239c05146a9f9db6c2712bf0888a99808e4d.tar.gz glibc-26f0239c05146a9f9db6c2712bf0888a99808e4d.tar.bz2 |
Include string.h to provide prototype for strcmp.
Diffstat (limited to 'inet')
-rw-r--r-- | inet/tst-gethnm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inet/tst-gethnm.c b/inet/tst-gethnm.c index fe8e416..8af44d6 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> |