summaryrefslogtreecommitdiffstats
path: root/include/grp.h
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2002-04-15 03:33:27 +0000
committermike <mike@FreeBSD.org>2002-04-15 03:33:27 +0000
commitfe729d99deb649c325c574dfa175fe873789cdaa (patch)
treed2e5822b32ad2d16ca2a2c6ea89ae6ebc4d53c50 /include/grp.h
parent4b145d739f5579795e55f73bc8743fb9b77fff26 (diff)
downloadFreeBSD-src-fe729d99deb649c325c574dfa175fe873789cdaa.zip
FreeBSD-src-fe729d99deb649c325c574dfa175fe873789cdaa.tar.gz
Include <sys/_types.h>. This should have been part of the previous
revision.
Diffstat (limited to 'include/grp.h')
-rw-r--r--include/grp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grp.h b/include/grp.h
index cbb6215..ce69823 100644
--- a/include/grp.h
+++ b/include/grp.h
@@ -43,7 +43,7 @@
#define _GRP_H_
#include <sys/cdefs.h>
-#include <machine/ansi.h>
+#include <sys/_types.h>
#ifndef _POSIX_SOURCE
#define _PATH_GROUP "/etc/group"
OpenPOWER on IntegriCloud