From 2bc0be6e65a490b7455443ca2f68db697875e7fc Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Thu, 3 Nov 2011 19:04:32 +0100 Subject: [PATCH] af-packet: fix compilation problem on windows. --- src/source-af-packet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/source-af-packet.c b/src/source-af-packet.c index 501751a936..ed275b5e34 100644 --- a/src/source-af-packet.c +++ b/src/source-af-packet.c @@ -64,8 +64,8 @@ #include "tmqh-packetpool.h" #include "source-af-packet.h" -#include #ifdef HAVE_AF_PACKET +#include #include #include #include