]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Include <string.h> for strncmp.
authorAndreas Jaeger <aj@suse.de>
Sat, 3 Apr 2004 10:04:16 +0000 (10:04 +0000)
committerAndreas Jaeger <aj@suse.de>
Sat, 3 Apr 2004 10:04:16 +0000 (10:04 +0000)
nis/nss-nis.c

index eef73c41ca8e785127694f65fcc6be96ccde4908..59129a894388ca123fafedb6a39aacea26b7248e 100644 (file)
@@ -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"