summaryrefslogtreecommitdiff
path: root/openbsd-compat/openbsd-compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/openbsd-compat.h')
-rw-r--r--openbsd-compat/openbsd-compat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h
index a377b144d..972f2678d 100644
--- a/openbsd-compat/openbsd-compat.h
+++ b/openbsd-compat/openbsd-compat.h
@@ -1,4 +1,4 @@
1/* $Id: openbsd-compat.h,v 1.3 2001/02/24 00:24:20 mouring Exp $ */ 1/* $Id: openbsd-compat.h,v 1.4 2001/03/14 00:39:46 djm Exp $ */
2 2
3#ifndef _OPENBSD_H 3#ifndef _OPENBSD_H
4#define _OPENBSD_H 4#define _OPENBSD_H
@@ -24,6 +24,7 @@
24#include "vis.h" 24#include "vis.h"
25#include "setproctitle.h" 25#include "setproctitle.h"
26#include "getgrouplist.h" 26#include "getgrouplist.h"
27#include "glob.h"
27 28
28/* Home grown routines */ 29/* Home grown routines */
29#include "bsd-arc4random.h" 30#include "bsd-arc4random.h"