projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60f0e64
)
Include string.h to provide prototype for strcmp.
author
Andreas Jaeger
<aj@suse.de>
Sat, 19 Aug 2000 18:04:56 +0000
(18:04 +0000)
committer
Andreas Jaeger
<aj@suse.de>
Sat, 19 Aug 2000 18:04:56 +0000
(18:04 +0000)
inet/tst-gethnm.c
patch
|
blob
|
history
diff --git
a/inet/tst-gethnm.c
b/inet/tst-gethnm.c
index
fe8e416
..
8af44d6
100644
(file)
--- 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>