diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-07-06 16:40:46 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-08-08 15:41:02 +0200 |
commit | 5764a9b355843c91c390008447672b567bdf54de (patch) | |
tree | 29339d806a265bbdd7bc19956f064203c7951bc5 /src/libcharon/encoding/message.h | |
parent | 3320b87a626dffd76333825bf8227febc4b7606f (diff) | |
download | strongswan-5764a9b355843c91c390008447672b567bdf54de.tar.bz2 strongswan-5764a9b355843c91c390008447672b567bdf54de.tar.xz |
Moved packet_t to libstrongswan
Diffstat (limited to 'src/libcharon/encoding/message.h')
-rw-r--r-- | src/libcharon/encoding/message.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/encoding/message.h b/src/libcharon/encoding/message.h index 6f3c7967f..6d558daf6 100644 --- a/src/libcharon/encoding/message.h +++ b/src/libcharon/encoding/message.h @@ -27,11 +27,11 @@ typedef struct message_t message_t; #include <library.h> -#include <network/packet.h> #include <encoding/payloads/ike_header.h> #include <encoding/payloads/notify_payload.h> #include <sa/keymat.h> #include <sa/ike_sa_id.h> +#include <utils/packet.h> #include <utils/linked_list.h> /** |