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 5d236731b..876e8f6ac 100644
--- a/openbsd-compat/openbsd-compat.h
+++ b/openbsd-compat/openbsd-compat.h
@@ -1,4 +1,4 @@
1/* $Id: openbsd-compat.h,v 1.5 2001/03/18 23:09:28 djm Exp $ */ 1/* $Id: openbsd-compat.h,v 1.6 2001/04/12 21:35:54 mouring Exp $ */
2 2
3#ifndef _OPENBSD_H 3#ifndef _OPENBSD_H
4#define _OPENBSD_H 4#define _OPENBSD_H
@@ -19,6 +19,7 @@
19#include "sigact.h" 19#include "sigact.h"
20#include "inet_aton.h" 20#include "inet_aton.h"
21#include "inet_ntoa.h" 21#include "inet_ntoa.h"
22#include "inet_ntop.h"
22#include "strsep.h" 23#include "strsep.h"
23#include "strtok.h" 24#include "strtok.h"
24#include "vis.h" 25#include "vis.h"