diff options
author | mike <mike@FreeBSD.org> | 2002-04-01 21:13:17 +0000 |
---|---|---|
committer | mike <mike@FreeBSD.org> | 2002-04-01 21:13:17 +0000 |
commit | 524d70a50eae4f1866431b947726129d7d2fb60c (patch) | |
tree | c2fb601f8a94d5609dbba619d8980bc4a516df48 /libexec/revnetgroup | |
parent | e930ebd72174f8d35483a98289f930069f486ccb (diff) | |
download | FreeBSD-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/revnetgroup')
-rw-r--r-- | libexec/revnetgroup/parse_netgroup.c | 1 |
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> |