summaryrefslogtreecommitdiffstats
path: root/groupaccess.h
diff options
context:
space:
mode:
Diffstat (limited to 'groupaccess.h')
-rw-r--r--groupaccess.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/groupaccess.h b/groupaccess.h
index 2bde125c..b0baccfb 100644
--- a/groupaccess.h
+++ b/groupaccess.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: groupaccess.h,v 1.5 2006/03/25 22:22:43 djm Exp $ */
+/* $OpenBSD: groupaccess.h,v 1.6 2006/07/02 22:45:59 stevesk Exp $ */
/*
* Copyright (c) 2001 Kevin Steves. All rights reserved.
@@ -27,7 +27,7 @@
#ifndef GROUPACCESS_H
#define GROUPACCESS_H
-#include <grp.h>
+#include <sys/types.h>
int ga_init(const char *, gid_t);
int ga_match(char * const *, int);