diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-23 16:17:28 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-23 16:17:28 +0000 |
commit | 5e644203ec2251e04a609683209d6433030dc75c (patch) | |
tree | ce57ea93a5f309d232be7f2833c9dd0e4bbffff6 /Source/charon/network/packet.h | |
parent | 91805c891a63311d9bd83ae8ba0f31e2386352a8 (diff) | |
download | strongswan-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.h | 2 |
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> |