aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/network/receiver.h
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2012-10-16 14:29:18 +0200
committerTobias Brunner <tobias@strongswan.org>2012-10-24 15:06:18 +0200
commit2e7cc07ecde933f52d2d16bf84596ba6da66ebc9 (patch)
treea4ce09371c6abc01ba00922fcaa7ecb6711ffe63 /src/libcharon/network/receiver.h
parentc4894cc172f78329404bf94158847b2bd88dde98 (diff)
downloadstrongswan-2e7cc07ecde933f52d2d16bf84596ba6da66ebc9.tar.bz2
strongswan-2e7cc07ecde933f52d2d16bf84596ba6da66ebc9.tar.xz
Moved host_t and host_resolver_t to a new networking subfolder
Diffstat (limited to 'src/libcharon/network/receiver.h')
-rw-r--r--src/libcharon/network/receiver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/network/receiver.h b/src/libcharon/network/receiver.h
index 9e8edee45..82153613f 100644
--- a/src/libcharon/network/receiver.h
+++ b/src/libcharon/network/receiver.h
@@ -26,7 +26,7 @@
typedef struct receiver_t receiver_t;
#include <library.h>
-#include <utils/host.h>
+#include <networking/host.h>
#include <utils/packet.h>
/**