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 eef73c4..59129a8 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"