diff options
author | Othmar Gsenger <otti@anytun.org> | 2007-12-31 09:42:36 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2007-12-31 09:42:36 +0000 |
commit | 8a404a3e5ca28b93cfd757923e26a1ee9dee77b6 (patch) | |
tree | 6fb865a6665010ff049608ad2c7b1f9de3ad8461 /keyexchange/isakmpd-20041012/pf_key_v2.h | |
parent | added cypherFactory.cpp (diff) |
included pf_key in anytun_key (needs some review)
Diffstat (limited to 'keyexchange/isakmpd-20041012/pf_key_v2.h')
-rw-r--r-- | keyexchange/isakmpd-20041012/pf_key_v2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyexchange/isakmpd-20041012/pf_key_v2.h b/keyexchange/isakmpd-20041012/pf_key_v2.h index 8eaed1a..008a5f6 100644 --- a/keyexchange/isakmpd-20041012/pf_key_v2.h +++ b/keyexchange/isakmpd-20041012/pf_key_v2.h @@ -34,6 +34,7 @@ #include <sys/types.h> #include <sys/queue.h> +#include <arpa/inet.h> struct proto; struct sa; |