diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-10-26 22:32:29 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-10-26 22:32:29 +0000 |
commit | cf7f6e71e526149a8f976860a07a873f36f7631b (patch) | |
tree | a3144bf5360ffd8b43228e6c91e0eb35f93938ed /sbin/isakmpd/x509.c | |
parent | bb0482b9315094647a5553c819131f4ec51bc57e (diff) |
sync with latest libkeynote (include file changes only)
Diffstat (limited to 'sbin/isakmpd/x509.c')
-rw-r--r-- | sbin/isakmpd/x509.c | 3 |
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 */ |