summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1999-02-26 03:43:01 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1999-02-26 03:43:01 +0000
commitf173261242fff88943ce2812b3c4b0cf1c62a453 (patch)
tree72f713f8d95a32d53aa4955011e085112bfc5f7d /sbin
parent0e4212a5d63f1c8121acb13d058584f793e50889 (diff)
Merge from the Ericsson repository
| revision 1.11 | date: 1999/02/25 11:39:06; author: niklas; state: Exp; lines: +3 -1 | include sysdep.h everywhere | ----------------------------
Diffstat (limited to 'sbin')
-rw-r--r--sbin/isakmpd/init.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/isakmpd/init.c b/sbin/isakmpd/init.c
index 7d171e2acea..dc497a734cf 100644
--- a/sbin/isakmpd/init.c
+++ b/sbin/isakmpd/init.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: init.c,v 1.3 1998/11/17 11:10:13 niklas Exp $ */
-/* $EOM: init.c,v 1.10 1998/09/12 19:34:36 niklas Exp $ */
+/* $OpenBSD: init.c,v 1.4 1999/02/26 03:43:00 niklas Exp $ */
+/* $EOM: init.c,v 1.11 1999/02/25 11:39:06 niklas Exp $ */
/*
* Copyright (c) 1998 Niklas Hallqvist. All rights reserved.
@@ -36,6 +36,8 @@
/* XXX This file could easily be built dynamically instead. */
+#include "sysdep.h"
+
#include "app.h"
#include "conf.h"
#include "cookie.h"