diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-02-26 03:35:07 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-02-26 03:35:07 +0000 |
commit | 446eb17ca08f51b22e73d3f2a7d298e1b41441c3 (patch) | |
tree | fb4cef5d004817a09f2e1ebf83cd13697731c90f /sbin/isakmpd/constants.c | |
parent | ed0794cdbc9fe3fd6c664ff9e5869c9eb57462eb (diff) |
Merge from the Ericsson repository
| revision 1.6
| date: 1999/02/25 11:38:48; author: niklas; state: Exp; lines: +3 -1
| include sysdep.h everywhere
| ----------------------------
Diffstat (limited to 'sbin/isakmpd/constants.c')
-rw-r--r-- | sbin/isakmpd/constants.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/isakmpd/constants.c b/sbin/isakmpd/constants.c index f58d0e5072a..88785e52616 100644 --- a/sbin/isakmpd/constants.c +++ b/sbin/isakmpd/constants.c @@ -1,5 +1,5 @@ -/* $OpenBSD: constants.c,v 1.4 1998/11/20 07:34:06 niklas Exp $ */ -/* $EOM: constants.c,v 1.5 1998/11/20 07:17:00 niklas Exp $ */ +/* $OpenBSD: constants.c,v 1.5 1999/02/26 03:35:06 niklas Exp $ */ +/* $EOM: constants.c,v 1.6 1999/02/25 11:38:48 niklas Exp $ */ /* * Copyright (c) 1998 Niklas Hallqvist. All rights reserved. @@ -37,6 +37,8 @@ #include <stdio.h> #include <string.h> +#include "sysdep.h" + #include "constants.h" int |