diff --git a/src/owe.c b/src/owe.c index 193c834a..6aa3d59a 100644 --- a/src/owe.c +++ b/src/owe.c @@ -20,13 +20,17 @@ * */ +#ifdef HAVE_CONFIG_H +#include +#endif + #include -#include "crypto.h" -#include "ie.h" -#include "handshake.h" -#include "owe.h" -#include "mpdu.h" +#include "src/crypto.h" +#include "src/ie.h" +#include "src/handshake.h" +#include "src/owe.h" +#include "src/mpdu.h" struct owe_sm { struct handshake_state *hs;