summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/x509.c
diff options
context:
space:
mode:
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 */