diff --git a/src/handshake.c b/src/handshake.c index c7784f46..f49eeab6 100644 --- a/src/handshake.c +++ b/src/handshake.c @@ -33,12 +33,13 @@ #include #include #include + #include -#include "crypto.h" -#include "ie.h" -#include "util.h" -#include "handshake.h" +#include "src/crypto.h" +#include "src/ie.h" +#include "src/util.h" +#include "src/handshake.h" static bool handshake_get_nonce(uint8_t nonce[]) {