summaryrefslogtreecommitdiff
path: root/sbin/isakmpd
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1999-02-26 03:33:03 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1999-02-26 03:33:03 +0000
commit12631b84136dfa761bb743fa59d3f0654aac7ff8 (patch)
treeb26dd1264f0d5c17cd9331d6f25b1ff2ac4361f8 /sbin/isakmpd
parent3948ea5c14d25ed2e5f646d94c84707700d18635 (diff)
Merge from the Ericsson repository
| revision 1.7 | date: 1999/02/25 11:38:44; author: niklas; state: Exp; lines: +3 -1 | include sysdep.h everywhere | ----------------------------
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r--sbin/isakmpd/attribute.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/isakmpd/attribute.c b/sbin/isakmpd/attribute.c
index 1fc9b56d842..57e46ecd76a 100644
--- a/sbin/isakmpd/attribute.c
+++ b/sbin/isakmpd/attribute.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: attribute.c,v 1.4 1998/12/21 01:02:23 niklas Exp $ */
-/* $EOM: attribute.c,v 1.6 1998/12/01 10:17:04 niklas Exp $ */
+/* $OpenBSD: attribute.c,v 1.5 1999/02/26 03:33:02 niklas Exp $ */
+/* $EOM: attribute.c,v 1.7 1999/02/25 11:38:44 niklas Exp $ */
/*
* Copyright (c) 1998 Niklas Hallqvist. All rights reserved.
@@ -37,6 +37,8 @@
#include <sys/types.h>
#include <string.h>
+#include "sysdep.h"
+
#include "attribute.h"
#include "conf.h"
#include "log.h"