]> andersk Git - openssh.git/blobdiff - groupaccess.c
- stevesk@cvs.openbsd.org 2006/07/26 13:57:17
[openssh.git] / groupaccess.c
index 2a85cb3756af3d5c614eefafd0e0c30987a59fa1..3431691b956835319700b008ad99aee661ca21fe 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: groupaccess.c,v 1.8 2006/03/25 13:17:01 djm Exp $ */
+/* $OpenBSD: groupaccess.c,v 1.11 2006/07/26 02:35:17 stevesk Exp $ */
 /*
  * Copyright (c) 2001 Kevin Steves.  All rights reserved.
  *
 
 #include "includes.h"
 
+#include <sys/types.h>
+#include <sys/param.h>
+
+#include <grp.h>
+#include <unistd.h>
+
 #include "groupaccess.h"
 #include "xmalloc.h"
 #include "match.h"
This page took 0.039387 seconds and 4 git commands to generate.