Include <string.h> for strncmp.

This commit is contained in:
Andreas Jaeger 2004-04-03 10:04:16 +00:00
parent 78ec7d8cb9
commit 2ea23aa4b1

View 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"