diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-02-26 03:36:19 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-02-26 03:36:19 +0000 |
commit | d305d9e0ddc8607e477697365c639e879766e5cd (patch) | |
tree | e37f11ac17791fa914b882510e3324ec0544eeaa | |
parent | 65ef40fad153f6334ea48f804eeffc62c24ea34d (diff) |
Merge from the Ericsson repository
| revision 1.3
| date: 1999/02/25 11:38:52; author: niklas; state: Exp; lines: +3 -1
| include sysdep.h everywhere
| ----------------------------
-rw-r--r-- | sbin/isakmpd/doi.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/isakmpd/doi.c b/sbin/isakmpd/doi.c index 72c4846552e..fbf1920c33d 100644 --- a/sbin/isakmpd/doi.c +++ b/sbin/isakmpd/doi.c @@ -1,5 +1,5 @@ -/* $OpenBSD: doi.c,v 1.3 1998/11/17 11:10:10 niklas Exp $ */ -/* $EOM: doi.c,v 1.2 1998/08/11 15:03:18 niklas Exp $ */ +/* $OpenBSD: doi.c,v 1.4 1999/02/26 03:36:18 niklas Exp $ */ +/* $EOM: doi.c,v 1.3 1999/02/25 11:38:52 niklas Exp $ */ /* * Copyright (c) 1998 Niklas Hallqvist. All rights reserved. @@ -36,6 +36,8 @@ #include <sys/param.h> +#include "sysdep.h" + #include "doi.h" static LIST_HEAD (doi_list, doi) doi_tab; |