diff options
Diffstat (limited to 'Source/charon/packet.c')
-rw-r--r-- | Source/charon/packet.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/charon/packet.c b/Source/charon/packet.c index ba2c0cb58..5587daa77 100644 --- a/Source/charon/packet.c +++ b/Source/charon/packet.c @@ -20,9 +20,11 @@ * for more details. */ -#include "allocator.h" + #include "packet.h" +#include "utils/allocator.h" + /** * Private data of an packet_t object |