summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2002-04-01 21:13:17 +0000
committermike <mike@FreeBSD.org>2002-04-01 21:13:17 +0000
commit524d70a50eae4f1866431b947726129d7d2fb60c (patch)
treec2fb601f8a94d5609dbba619d8980bc4a516df48 /libexec
parente930ebd72174f8d35483a98289f930069f486ccb (diff)
downloadFreeBSD-src-524d70a50eae4f1866431b947726129d7d2fb60c.zip
FreeBSD-src-524d70a50eae4f1866431b947726129d7d2fb60c.tar.gz
Include <string.h> for some prototypes, rather than depending on
pollution from <strings.h>.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/revnetgroup/parse_netgroup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/revnetgroup/parse_netgroup.c b/libexec/revnetgroup/parse_netgroup.c
index 13301df..67e1b14 100644
--- a/libexec/revnetgroup/parse_netgroup.c
+++ b/libexec/revnetgroup/parse_netgroup.c
@@ -47,6 +47,7 @@ static const char rcsid[] =
*/
#include <stdio.h>
+#include <string.h>
#include <strings.h>
#include <stdlib.h>
#include <unistd.h>
OpenPOWER on IntegriCloud