aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/encoding/message.h
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2012-10-16 14:33:28 +0200
committerTobias Brunner <tobias@strongswan.org>2012-10-24 15:06:18 +0200
commitfdee6b5f5a7d711d68a77088b1e757fb6452bdee (patch)
tree08d92e92e532edbf326eadf738f74be6a7289e26 /src/libcharon/encoding/message.h
parent2e7cc07ecde933f52d2d16bf84596ba6da66ebc9 (diff)
downloadstrongswan-fdee6b5f5a7d711d68a77088b1e757fb6452bdee.tar.bz2
strongswan-fdee6b5f5a7d711d68a77088b1e757fb6452bdee.tar.xz
Moved packet_t and tun_device_t to networking folder
Diffstat (limited to 'src/libcharon/encoding/message.h')
-rw-r--r--src/libcharon/encoding/message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/encoding/message.h b/src/libcharon/encoding/message.h
index 6d558daf6..53298387e 100644
--- a/src/libcharon/encoding/message.h
+++ b/src/libcharon/encoding/message.h
@@ -31,7 +31,7 @@ typedef struct message_t message_t;
#include <encoding/payloads/notify_payload.h>
#include <sa/keymat.h>
#include <sa/ike_sa_id.h>
-#include <utils/packet.h>
+#include <networking/packet.h>
#include <utils/linked_list.h>
/**