diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-10-16 14:33:28 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-10-24 15:06:18 +0200 |
commit | fdee6b5f5a7d711d68a77088b1e757fb6452bdee (patch) | |
tree | 08d92e92e532edbf326eadf738f74be6a7289e26 /src/libipsec/ip_packet.h | |
parent | 2e7cc07ecde933f52d2d16bf84596ba6da66ebc9 (diff) | |
download | strongswan-fdee6b5f5a7d711d68a77088b1e757fb6452bdee.tar.bz2 strongswan-fdee6b5f5a7d711d68a77088b1e757fb6452bdee.tar.xz |
Moved packet_t and tun_device_t to networking folder
Diffstat (limited to 'src/libipsec/ip_packet.h')
-rw-r--r-- | src/libipsec/ip_packet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libipsec/ip_packet.h b/src/libipsec/ip_packet.h index 722662af7..de817e23e 100644 --- a/src/libipsec/ip_packet.h +++ b/src/libipsec/ip_packet.h @@ -23,7 +23,7 @@ #include <library.h> #include <networking/host.h> -#include <utils/packet.h> +#include <networking/packet.h> typedef struct ip_packet_t ip_packet_t; |