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/config/configuration_manager.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/config/configuration_manager.h')
-rw-r--r-- | Source/charon/config/configuration_manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/config/configuration_manager.h b/Source/charon/config/configuration_manager.h index b192c0cf7..a3bc099fd 100644 --- a/Source/charon/config/configuration_manager.h +++ b/Source/charon/config/configuration_manager.h @@ -25,7 +25,7 @@ #include <types.h> #include <utils/linked_list.h> -#include <utils/host.h> +#include <network/host.h> #include <encoding/payloads/transform_substructure.h> #include <transforms/prfs/prf.h> #include <transforms/signers/signer.h> |