diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-02-26 03:40:06 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-02-26 03:40:06 +0000 |
commit | d8fc2f7953b8f8a881317fcca5b00a0c914f290e (patch) | |
tree | d668ce2a1f14a593dffd2b82664e4ccbbfbe19e2 /sbin | |
parent | c1f7845ccf239efa3c9320d13710d58baa4ed196 (diff) |
Merge from the Ericsson repository
| revision 1.2
| date: 1999/02/25 11:38:58; author: niklas; state: Exp; lines: +3 -1
| include sysdep.h everywhere
| ----------------------------
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/isakmpd/gmp_util.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/isakmpd/gmp_util.c b/sbin/isakmpd/gmp_util.c index 357dd923ba3..30cae6ddde4 100644 --- a/sbin/isakmpd/gmp_util.c +++ b/sbin/isakmpd/gmp_util.c @@ -1,5 +1,5 @@ -/* $OpenBSD: gmp_util.c,v 1.3 1998/11/17 11:10:11 niklas Exp $ */ -/* $EOM: gmp_util.c,v 1.1 1998/08/03 19:32:36 provos Exp $ */ +/* $OpenBSD: gmp_util.c,v 1.4 1999/02/26 03:40:05 niklas Exp $ */ +/* $EOM: gmp_util.c,v 1.2 1999/02/25 11:38:58 niklas Exp $ */ /* * Copyright (c) 1998 Niels Provos. All rights reserved. @@ -37,6 +37,8 @@ #include <sys/param.h> #include <gmp.h> +#include "sysdep.h" + #include "gmp_util.h" /* Various utility functions for gmp, used in more than one module */ |