diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-02-26 03:49:28 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-02-26 03:49:28 +0000 |
commit | b8c660242b7320bb2fc6fbc402bece9afdce9d43 (patch) | |
tree | 38a9625b381cb6524d0dec652fe873127c8c4e6f /sbin/isakmpd | |
parent | caebe98dc3ac71789108515ffa17558ee129038d (diff) |
Merge from the Ericsson repository
| revision 1.4
| date: 1999/02/25 11:39:19; author: niklas; state: Exp; lines: +3 -1
| include sysdep.h everywhere
| ----------------------------
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r-- | sbin/isakmpd/prf.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/isakmpd/prf.c b/sbin/isakmpd/prf.c index 5d77f99e26f..1405d12b309 100644 --- a/sbin/isakmpd/prf.c +++ b/sbin/isakmpd/prf.c @@ -1,5 +1,5 @@ -/* $OpenBSD: prf.c,v 1.3 1998/11/17 11:10:19 niklas Exp $ */ -/* $EOM: prf.c,v 1.3 1998/07/23 09:00:47 niklas Exp $ */ +/* $OpenBSD: prf.c,v 1.4 1999/02/26 03:49:27 niklas Exp $ */ +/* $EOM: prf.c,v 1.4 1999/02/25 11:39:19 niklas Exp $ */ /* * Copyright (c) 1998 Niels Provos. All rights reserved. @@ -38,6 +38,8 @@ #include <stdlib.h> #include <string.h> +#include "sysdep.h" + #include "hash.h" #include "log.h" #include "prf.h" |