diff options
Diffstat (limited to 'src/libstrongswan/utils/packet.h')
-rw-r--r-- | src/libstrongswan/utils/packet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/utils/packet.h b/src/libstrongswan/utils/packet.h index 5c4440115..b6e28199a 100644 --- a/src/libstrongswan/utils/packet.h +++ b/src/libstrongswan/utils/packet.h @@ -26,7 +26,7 @@ typedef struct packet_t packet_t; #include <library.h> -#include <utils/host.h> +#include <networking/host.h> /** * Abstraction of an IP/UDP-Packet, contains data, sender and receiver. |