summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'sbin')
-rw-r--r--sbin/isakmpd/math_2n.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/isakmpd/math_2n.c b/sbin/isakmpd/math_2n.c
index 7f77176566a..b470b2fce04 100644
--- a/sbin/isakmpd/math_2n.c
+++ b/sbin/isakmpd/math_2n.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: math_2n.c,v 1.3 1998/11/17 11:10:16 niklas Exp $ */
-/* $EOM: math_2n.c,v 1.10 1998/08/15 21:58:21 provos Exp $ */
+/* $OpenBSD: math_2n.c,v 1.4 1999/02/26 03:46:18 niklas Exp $ */
+/* $EOM: math_2n.c,v 1.11 1999/02/25 11:39:12 niklas Exp $ */
/*
* Copyright (c) 1998 Niels Provos. All rights reserved.
@@ -47,6 +47,8 @@
#include <string.h>
#include <stdio.h>
+#include "sysdep.h"
+
#include "util.h"
#include "math_2n.h"