]> git.ipfire.org Git - thirdparty/strongswan.git/blobdiff - src/libstrongswan/utils/packet.h
Moved host_t and host_resolver_t to a new networking subfolder
[thirdparty/strongswan.git] / src / libstrongswan / utils / packet.h
index 5c4440115f31301a4716b377ea054d7df088697a..b6e28199a702c5957eab5c5691f87bc87ab5326a 100644 (file)
@@ -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.