diff --git a/wlantest/readpcap.c b/wlantest/readpcap.c index f2f6e9212..fd8b1e8de 100644 --- a/wlantest/readpcap.c +++ b/wlantest/readpcap.c @@ -13,7 +13,7 @@ */ #include "utils/includes.h" -#include +#include #include "utils/common.h" #include "wlantest.h" diff --git a/wlantest/writepcap.c b/wlantest/writepcap.c index 75904a697..b59a1c288 100644 --- a/wlantest/writepcap.c +++ b/wlantest/writepcap.c @@ -13,8 +13,8 @@ */ #include "utils/includes.h" -#include -#include +#include +#include #include "utils/common.h" #include "wlantest.h"