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 ae18afd34..dcb7ba15b 100644
--- a/openbsd-compat/openbsd-compat.h
+++ b/openbsd-compat/openbsd-compat.h
@@ -1,4 +1,4 @@
1/* $Id: openbsd-compat.h,v 1.17 2002/09/12 00:33:02 djm Exp $ */ 1/* $Id: openbsd-compat.h,v 1.18 2003/01/07 06:04:18 djm Exp $ */
2 2
3#ifndef _OPENBSD_H 3#ifndef _OPENBSD_H
4#define _OPENBSD_H 4#define _OPENBSD_H
@@ -26,6 +26,7 @@
26#include "glob.h" 26#include "glob.h"
27#include "readpassphrase.h" 27#include "readpassphrase.h"
28#include "getopt.h" 28#include "getopt.h"
29#include "vis.h"
29 30
30/* Home grown routines */ 31/* Home grown routines */
31#include "bsd-arc4random.h" 32#include "bsd-arc4random.h"