summaryrefslogtreecommitdiff
path: root/sbin/isakmpd
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1999-02-26 03:52:23 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1999-02-26 03:52:23 +0000
commit704b66c504eba2c2bb8857523737e19d465a3055 (patch)
tree89e4d4f3b2baa777bdca26ba7124cab081edb8b7 /sbin/isakmpd
parent4a886f202b8373adb4a33f166efe268272027363 (diff)
Merge from the Ericsson repository
| revision 1.27 | date: 1999/02/25 11:39:26; author: niklas; state: Exp; lines: +4 -1 | include sysdep.h everywhere | ----------------------------
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r--sbin/isakmpd/ui.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/sbin/isakmpd/ui.c b/sbin/isakmpd/ui.c
index 04f044125ea..edb08dbb713 100644
--- a/sbin/isakmpd/ui.c
+++ b/sbin/isakmpd/ui.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: ui.c,v 1.4 1998/12/21 01:02:27 niklas Exp $ */
-/* $EOM: ui.c,v 1.26 1998/12/19 09:18:17 niklas Exp $ */
+/* $OpenBSD: ui.c,v 1.5 1999/02/26 03:52:22 niklas Exp $ */
+/* $EOM: ui.c,v 1.27 1999/02/25 11:39:26 niklas Exp $ */
/*
* Copyright (c) 1998 Niklas Hallqvist. All rights reserved.
@@ -40,6 +40,9 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+
+#include "sysdep.h"
+
#include "conf.h"
#include "doi.h"
#include "exchange.h"