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/policy.c | |
parent | bb0482b9315094647a5553c819131f4ec51bc57e (diff) |
sync with latest libkeynote (include file changes only)
Diffstat (limited to 'sbin/isakmpd/policy.c')
-rw-r--r-- | sbin/isakmpd/policy.c | 4 |
1 files changed, 3 insertions, 1 deletions
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> |