summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/openbsd-compat.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-01-07 17:04:18 +1100
committerDamien Miller <djm@mindrot.org>2003-01-07 17:04:18 +1100
commitb93addb6d667b36bdbb298b8b3c581c1738c0c9f (patch)
tree93cd375f6321d9ca2acc5a43cf4fd7eed8832dfa /openbsd-compat/openbsd-compat.h
parent7df881d20e85ecbd389311cea999162a945774e1 (diff)
- (djm) Bug #111: Run syslog and stderr logging through strnvis to eliminate
nasties. Report from peak@argo.troja.mff.cuni.cz
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 ae18afd3..dcb7ba15 100644
--- a/openbsd-compat/openbsd-compat.h
+++ b/openbsd-compat/openbsd-compat.h
@@ -1,4 +1,4 @@
-/* $Id: openbsd-compat.h,v 1.17 2002/09/12 00:33:02 djm Exp $ */
+/* $Id: openbsd-compat.h,v 1.18 2003/01/07 06:04:18 djm Exp $ */
#ifndef _OPENBSD_H
#define _OPENBSD_H
@@ -26,6 +26,7 @@
#include "glob.h"
#include "readpassphrase.h"
#include "getopt.h"
+#include "vis.h"
/* Home grown routines */
#include "bsd-arc4random.h"