summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/x509.c
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/isakmpd/x509.c
parentbb0482b9315094647a5553c819131f4ec51bc57e (diff)
sync with latest libkeynote (include file changes only)
Diffstat (limited to 'sbin/isakmpd/x509.c')
-rw-r--r--sbin/isakmpd/x509.c3
1 files changed, 2 insertions, 1 deletions
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 */