summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>1999-10-26 22:32:29 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>1999-10-26 22:32:29 +0000
commitcf7f6e71e526149a8f976860a07a873f36f7631b (patch)
treea3144bf5360ffd8b43228e6c91e0eb35f93938ed /sbin
parentbb0482b9315094647a5553c819131f4ec51bc57e (diff)
sync with latest libkeynote (include file changes only)
Diffstat (limited to 'sbin')
-rw-r--r--sbin/isakmpd/ike_quick_mode.c4
-rw-r--r--sbin/isakmpd/policy.c4
-rw-r--r--sbin/isakmpd/x509.c3
3 files changed, 8 insertions, 3 deletions
diff --git a/sbin/isakmpd/ike_quick_mode.c b/sbin/isakmpd/ike_quick_mode.c
index ca07d783337..7f5de2ac471 100644
--- a/sbin/isakmpd/ike_quick_mode.c
+++ b/sbin/isakmpd/ike_quick_mode.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ike_quick_mode.c,v 1.22 1999/10/01 14:07:16 niklas Exp $ */
+/* $OpenBSD: ike_quick_mode.c,v 1.23 1999/10/26 22:32:28 angelos Exp $ */
/* $EOM: ike_quick_mode.c,v 1.100 1999/10/01 13:44:21 niklas Exp $ */
/*
@@ -38,6 +38,8 @@
#include <string.h>
#if defined (USE_KEYNOTE) || defined (HAVE_DLOPEN)
+#include <sys/types.h>
+#include <regex.h>
#include <keynote.h>
#endif
diff --git a/sbin/isakmpd/policy.c b/sbin/isakmpd/policy.c
index 296f30aa16c..a7dfdd21252 100644
--- a/sbin/isakmpd/policy.c
+++ b/sbin/isakmpd/policy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: policy.c,v 1.2 1999/08/26 22:31:09 niklas Exp $ */
+/* $OpenBSD: policy.c,v 1.3 1999/10/26 22:32:28 angelos Exp $ */
/* $EOM: policy.c,v 1.7 1999/08/26 11:21:47 niklas Exp $ */
/*
@@ -35,10 +35,12 @@
* This code was written under funding by Ericsson Radio Systems.
*/
+#include <sys/types.h>
#include <sys/param.h>
#include <sys/mman.h>
#include <sys/queue.h>
#include <sys/stat.h>
+#include <regex.h>
#include <ctype.h>
#include <fcntl.h>
#include <stdio.h>
diff --git a/sbin/isakmpd/x509.c b/sbin/isakmpd/x509.c
index cdfa737f253..3be2b346ee3 100644
--- a/sbin/isakmpd/x509.c
+++ b/sbin/isakmpd/x509.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: x509.c,v 1.14 1999/10/01 14:08:40 niklas Exp $ */
+/* $OpenBSD: x509.c,v 1.15 1999/10/26 22:32:28 angelos Exp $ */
/* $EOM: x509.c,v 1.24 1999/09/30 13:40:38 niklas Exp $ */
/*
@@ -47,6 +47,7 @@
#include <unistd.h>
#if defined (USE_KEYNOTE) || defined (HAVE_DLOPEN)
+#include <regex.h>
#include <keynote.h>
#endif /* USE_KEYNOTE || HAVE_DLOPEN */