diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-10-16 14:29:18 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-10-24 15:06:18 +0200 |
commit | 2e7cc07ecde933f52d2d16bf84596ba6da66ebc9 (patch) | |
tree | a4ce09371c6abc01ba00922fcaa7ecb6711ffe63 /src/libcharon/plugins/ha/ha_socket.c | |
parent | c4894cc172f78329404bf94158847b2bd88dde98 (diff) | |
download | strongswan-2e7cc07ecde933f52d2d16bf84596ba6da66ebc9.tar.bz2 strongswan-2e7cc07ecde933f52d2d16bf84596ba6da66ebc9.tar.xz |
Moved host_t and host_resolver_t to a new networking subfolder
Diffstat (limited to 'src/libcharon/plugins/ha/ha_socket.c')
-rw-r--r-- | src/libcharon/plugins/ha/ha_socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/ha/ha_socket.c b/src/libcharon/plugins/ha/ha_socket.c index 5196a5dc7..e41e78bbf 100644 --- a/src/libcharon/plugins/ha/ha_socket.c +++ b/src/libcharon/plugins/ha/ha_socket.c @@ -22,7 +22,7 @@ #include <unistd.h> #include <daemon.h> -#include <utils/host.h> +#include <networking/host.h> #include <threading/thread.h> #include <processing/jobs/callback_job.h> |