summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1999-02-26 03:40:51 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1999-02-26 03:40:51 +0000
commit4960777406f5b7c781bc82e05c8a54c665ae1f5c (patch)
tree1c237e4f454d2e5acaed8e62b6ff8485fa619983
parent53e239974693116fe3d99b187bb69c2ab2d22fc0 (diff)
Merge from the Ericsson repository
| revision 1.23 | date: 1999/02/25 11:39:02; author: niklas; state: Exp; lines: +3 -1 | include sysdep.h everywhere | ----------------------------
-rw-r--r--sbin/isakmpd/ike_auth.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/isakmpd/ike_auth.c b/sbin/isakmpd/ike_auth.c
index 0b2ca4215b6..8f582eb85b6 100644
--- a/sbin/isakmpd/ike_auth.c
+++ b/sbin/isakmpd/ike_auth.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: ike_auth.c,v 1.9 1998/12/21 01:02:24 niklas Exp $ */
-/* $EOM: ike_auth.c,v 1.22 1998/12/15 16:58:41 niklas Exp $ */
+/* $OpenBSD: ike_auth.c,v 1.10 1999/02/26 03:40:50 niklas Exp $ */
+/* $EOM: ike_auth.c,v 1.23 1999/02/25 11:39:02 niklas Exp $ */
/*
* Copyright (c) 1998 Niklas Hallqvist. All rights reserved.
@@ -40,6 +40,8 @@
#include <stdlib.h>
#include <string.h>
+#include "sysdep.h"
+
#include "asn.h"
#include "cert.h"
#include "conf.h"