aboutsummaryrefslogtreecommitdiffstats
path: root/src/manager/gateway.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/manager/gateway.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/manager/gateway.h')
-rw-r--r--src/manager/gateway.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manager/gateway.h b/src/manager/gateway.h
index db44a2ffa..99e79eef5 100644
--- a/src/manager/gateway.h
+++ b/src/manager/gateway.h
@@ -21,7 +21,7 @@
#ifndef GATEWAY_H_
#define GATEWAY_H_
-#include <utils/host.h>
+#include <networking/host.h>
#include <utils/enumerator.h>
typedef struct gateway_t gateway_t;