summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1999-02-26 03:36:08 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1999-02-26 03:36:08 +0000
commit65ef40fad153f6334ea48f804eeffc62c24ea34d (patch)
treed7c8a5d15dccf06e5a7ab460a0c00279b6bad72a
parent1e7630973c6a3ddb2215114b43d11c06db4f08be (diff)
Merge from the Ericsson repository
| revision 1.3 | date: 1999/02/25 11:38:51; author: niklas; state: Exp; lines: +3 -1 | include sysdep.h everywhere | ----------------------------
-rw-r--r--sbin/isakmpd/dh.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/isakmpd/dh.c b/sbin/isakmpd/dh.c
index 47aefc5bcb4..1341bea6ecb 100644
--- a/sbin/isakmpd/dh.c
+++ b/sbin/isakmpd/dh.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: dh.c,v 1.3 1998/11/17 11:10:09 niklas Exp $ */
-/* $EOM: dh.c,v 1.2 1998/07/18 22:08:59 provos Exp $ */
+/* $OpenBSD: dh.c,v 1.4 1999/02/26 03:36:07 niklas Exp $ */
+/* $EOM: dh.c,v 1.3 1999/02/25 11:38:51 niklas Exp $ */
/*
* Copyright (c) 1998 Niels Provos. All rights reserved.
@@ -36,6 +36,8 @@
#include <sys/param.h>
+#include "sysdep.h"
+
#include "math_group.h"
#include "dh.h"
#include "log.h"