projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78ec7d8
)
Include <string.h> for strncmp.
author
Andreas Jaeger
<aj@suse.de>
Sat, 3 Apr 2004 10:04:16 +0000
(10:04 +0000)
committer
Andreas Jaeger
<aj@suse.de>
Sat, 3 Apr 2004 10:04:16 +0000
(10:04 +0000)
nis/nss-nis.c
patch
|
blob
|
history
diff --git
a/nis/nss-nis.c
b/nis/nss-nis.c
index
eef73c4
..
59129a8
100644
(file)
--- a/
nis/nss-nis.c
+++ b/
nis/nss-nis.c
@@
-19,6
+19,7
@@
#include <ctype.h>
#include <stdio.h>
#include <stdio_ext.h>
+#include <string.h>
#include <rpcsvc/ypclnt.h>
#include "nss-nis.h"