summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1999-02-26 03:35:24 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1999-02-26 03:35:24 +0000
commitceb4398d50f956294d7eeb3c68a9431bf8fa96b6 (patch)
tree7a185c2d3f5938af676d1c53ca8c7f72c4decc61 /sbin
parent486ff6e13447ba5ef12e34a1e8bd987ae083acf0 (diff)
Merge from the Ericsson repository
| revision 1.18 | date: 1999/02/25 11:38:49; author: niklas; state: Exp; lines: +3 -1 | include sysdep.h everywhere | ----------------------------
Diffstat (limited to 'sbin')
-rw-r--r--sbin/isakmpd/cookie.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/isakmpd/cookie.c b/sbin/isakmpd/cookie.c
index b473766c499..e66118b755a 100644
--- a/sbin/isakmpd/cookie.c
+++ b/sbin/isakmpd/cookie.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: cookie.c,v 1.3 1998/11/17 11:10:08 niklas Exp $ */
-/* $EOM: cookie.c,v 1.17 1998/08/05 09:21:42 niklas Exp $ */
+/* $OpenBSD: cookie.c,v 1.4 1999/02/26 03:35:23 niklas Exp $ */
+/* $EOM: cookie.c,v 1.18 1999/02/25 11:38:49 niklas Exp $ */
/*
* Copyright (c) 1998 Niklas Hallqvist. All rights reserved.
@@ -40,6 +40,8 @@
#include <stdlib.h>
#include <string.h>
+#include "sysdep.h"
+
#include "cookie.h"
#include "exchange.h"
#include "hash.h"