aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/network/packet.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2005-11-23 16:17:28 +0000
committerMartin Willi <martin@strongswan.org>2005-11-23 16:17:28 +0000
commit5e644203ec2251e04a609683209d6433030dc75c (patch)
treece57ea93a5f309d232be7f2833c9dd0e4bbffff6 /Source/charon/network/packet.h
parent91805c891a63311d9bd83ae8ba0f31e2386352a8 (diff)
downloadstrongswan-5e644203ec2251e04a609683209d6433030dc75c.tar.bz2
strongswan-5e644203ec2251e04a609683209d6433030dc75c.tar.xz
- moved host_t from util to network
Diffstat (limited to 'Source/charon/network/packet.h')
-rw-r--r--Source/charon/network/packet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/network/packet.h b/Source/charon/network/packet.h
index 10488e0aa..b91756a03 100644
--- a/Source/charon/network/packet.h
+++ b/Source/charon/network/packet.h
@@ -25,7 +25,7 @@
#include <types.h>
-#include <utils/host.h>
+#include <network/host.h>