diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-02-26 03:46:19 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-02-26 03:46:19 +0000 |
commit | 258f45de0e307224873e11a79a6b8072436d0135 (patch) | |
tree | 1ed503bfbae6745d3ae9cb58702b0059e070fa53 | |
parent | e870ce7aa38525474b6330771099344d15459864 (diff) |
Merge from the Ericsson repository
| revision 1.11
| date: 1999/02/25 11:39:12; author: niklas; state: Exp; lines: +3 -1
| include sysdep.h everywhere
| ----------------------------
-rw-r--r-- | sbin/isakmpd/math_2n.c | 6 |
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" |