diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-04-08 18:47:20 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-04-08 18:47:20 +0000 |
commit | 61785181340f74dfb962df9a8d54c277fdbeb035 (patch) | |
tree | d1e4a5a98719557e3aac8881a6a418555b25f71b /sbin | |
parent | e46078f5e16c824f467d5944939532b6e9c7ea9e (diff) |
missing includes
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/isakmpd/exchange.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/isakmpd/exchange.c b/sbin/isakmpd/exchange.c index b87fa97abf4..662bf2aa43c 100644 --- a/sbin/isakmpd/exchange.c +++ b/sbin/isakmpd/exchange.c @@ -1,4 +1,4 @@ -/* $OpenBSD: exchange.c,v 1.116 2005/04/08 18:41:58 hshoexer Exp $ */ +/* $OpenBSD: exchange.c,v 1.117 2005/04/08 18:47:19 hshoexer Exp $ */ /* $EOM: exchange.c,v 1.143 2000/12/04 00:02:25 angelos Exp $ */ /* @@ -37,6 +37,8 @@ #include <arpa/inet.h> #include <stdlib.h> #include <string.h> +#include <regex.h> +#include <keynote.h> #include "sysdep.h" |