summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorniklas <niklas@openbsd.org>1999-02-26 03:46:40 +0000
committerniklas <niklas@openbsd.org>1999-02-26 03:46:40 +0000
commit516e66d07c20e87369f1740ca92ad5399a8bf138 (patch)
treebe702017d13ca7ad9eb020094f347d1690b5fffd
parentmemory reads from other vmspace are different under uvm (diff)
downloadwireguard-openbsd-516e66d07c20e87369f1740ca92ad5399a8bf138.tar.xz
wireguard-openbsd-516e66d07c20e87369f1740ca92ad5399a8bf138.zip
Merge from the Ericsson repository
| revision 1.5 | date: 1999/02/25 11:39:13; author: niklas; state: Exp; lines: +3 -1 | include sysdep.h everywhere | ----------------------------
-rw-r--r--sbin/isakmpd/math_ec2n.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/isakmpd/math_ec2n.c b/sbin/isakmpd/math_ec2n.c
index a0e8efb2072..404a0c1bfec 100644
--- a/sbin/isakmpd/math_ec2n.c
+++ b/sbin/isakmpd/math_ec2n.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: math_ec2n.c,v 1.3 1998/11/17 11:10:16 niklas Exp $ */
-/* $EOM: math_ec2n.c,v 1.4 1998/07/18 21:09:41 provos Exp $ */
+/* $OpenBSD: math_ec2n.c,v 1.4 1999/02/26 03:46:40 niklas Exp $ */
+/* $EOM: math_ec2n.c,v 1.5 1999/02/25 11:39:13 niklas Exp $ */
/*
* Copyright (c) 1998 Niels Provos. All rights reserved.
@@ -37,6 +37,8 @@
#include <sys/param.h>
#include <stdio.h>
+#include "sysdep.h"
+
#include "math_2n.h"
#include "math_ec2n.h"