diff options
Diffstat (limited to 'src/libipsec/ip_packet.h')
-rw-r--r-- | src/libipsec/ip_packet.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libipsec/ip_packet.h b/src/libipsec/ip_packet.h index b4fc298ff..de817e23e 100644 --- a/src/libipsec/ip_packet.h +++ b/src/libipsec/ip_packet.h @@ -22,8 +22,8 @@ #define IP_PACKET_H_ #include <library.h> -#include <utils/host.h> -#include <utils/packet.h> +#include <networking/host.h> +#include <networking/packet.h> typedef struct ip_packet_t ip_packet_t; |