diff options
Diffstat (limited to 'openbsd-compat/openbsd-compat.h')
-rw-r--r-- | openbsd-compat/openbsd-compat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h index 972f2678d..5d236731b 100644 --- a/openbsd-compat/openbsd-compat.h +++ b/openbsd-compat/openbsd-compat.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: openbsd-compat.h,v 1.4 2001/03/14 00:39:46 djm Exp $ */ | 1 | /* $Id: openbsd-compat.h,v 1.5 2001/03/18 23:09:28 djm Exp $ */ |
2 | 2 | ||
3 | #ifndef _OPENBSD_H | 3 | #ifndef _OPENBSD_H |
4 | #define _OPENBSD_H | 4 | #define _OPENBSD_H |
@@ -25,6 +25,7 @@ | |||
25 | #include "setproctitle.h" | 25 | #include "setproctitle.h" |
26 | #include "getgrouplist.h" | 26 | #include "getgrouplist.h" |
27 | #include "glob.h" | 27 | #include "glob.h" |
28 | #include "getusershell.h" | ||
28 | 29 | ||
29 | /* Home grown routines */ | 30 | /* Home grown routines */ |
30 | #include "bsd-arc4random.h" | 31 | #include "bsd-arc4random.h" |