diff --git a/src/ie.c b/src/ie.c index f0166f05..e47c29dd 100644 --- a/src/ie.c +++ b/src/ie.c @@ -25,11 +25,12 @@ #endif #include -#include -#include "util.h" -#include "crypto.h" -#include "ie.h" +#include + +#include "src/util.h" +#include "src/crypto.h" +#include "src/ie.h" static const uint8_t ieee_oui[3] = { 0x00, 0x0f, 0xac }; static const uint8_t microsoft_oui[3] = { 0x00, 0x50, 0xf2 };