diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-02-26 03:45:49 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-02-26 03:45:49 +0000 |
commit | e870ce7aa38525474b6330771099344d15459864 (patch) | |
tree | 1d1a5f9aaeebdc44edb461750ea14b8fa2cdd522 /sbin/isakmpd | |
parent | aa3c17bf30e37ea882296a197ff030c9d8d8173e (diff) |
Merge from the Ericsson repository
| revision 1.15
| date: 1999/02/25 11:39:10; author: niklas; state: Exp; lines: +3 -1
| include sysdep.h everywhere
| ----------------------------
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r-- | sbin/isakmpd/log.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/isakmpd/log.c b/sbin/isakmpd/log.c index 9c42058ba3c..d3eb17930ab 100644 --- a/sbin/isakmpd/log.c +++ b/sbin/isakmpd/log.c @@ -1,5 +1,5 @@ -/* $OpenBSD: log.c,v 1.4 1998/12/21 01:02:26 niklas Exp $ */ -/* $EOM: log.c,v 1.14 1998/12/01 10:19:44 niklas Exp $ */ +/* $OpenBSD: log.c,v 1.5 1999/02/26 03:45:48 niklas Exp $ */ +/* $EOM: log.c,v 1.15 1999/02/25 11:39:10 niklas Exp $ */ /* * Copyright (c) 1998 Niklas Hallqvist. All rights reserved. @@ -44,6 +44,8 @@ #include <varargs.h> #endif +#include "sysdep.h" + #include "log.h" /* |