aboutsummaryrefslogtreecommitdiffstats
path: root/src/libipsec
diff options
context:
space:
mode:
Diffstat (limited to 'src/libipsec')
-rw-r--r--src/libipsec/esp_packet.h2
-rw-r--r--src/libipsec/ip_packet.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libipsec/esp_packet.h b/src/libipsec/esp_packet.h
index 4586379b0..ce8645825 100644
--- a/src/libipsec/esp_packet.h
+++ b/src/libipsec/esp_packet.h
@@ -28,7 +28,7 @@
#include <library.h>
#include <networking/host.h>
-#include <utils/packet.h>
+#include <networking/packet.h>
typedef struct esp_packet_t esp_packet_t;
diff --git a/src/libipsec/ip_packet.h b/src/libipsec/ip_packet.h
index 722662af7..de817e23e 100644
--- a/src/libipsec/ip_packet.h
+++ b/src/libipsec/ip_packet.h
@@ -23,7 +23,7 @@
#include <library.h>
#include <networking/host.h>
-#include <utils/packet.h>
+#include <networking/packet.h>
typedef struct ip_packet_t ip_packet_t;