=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/groupaccess.h,v retrieving revision 1.4.20.1 retrieving revision 1.5 diff -u -r1.4.20.1 -r1.5 --- src/usr.bin/ssh/groupaccess.h 2006/09/30 04:06:50 1.4.20.1 +++ src/usr.bin/ssh/groupaccess.h 2006/03/25 22:22:43 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: groupaccess.h,v 1.4.20.1 2006/09/30 04:06:50 brad Exp $ */ +/* $OpenBSD: groupaccess.h,v 1.5 2006/03/25 22:22:43 djm Exp $ */ /* * Copyright (c) 2001 Kevin Steves. All rights reserved. @@ -26,6 +26,8 @@ #ifndef GROUPACCESS_H #define GROUPACCESS_H + +#include int ga_init(const char *, gid_t); int ga_match(char * const *, int);