3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 02:18:49 +02:00

owe: Add missing include for config.h

This commit is contained in:
Marcel Holtmann 2019-04-03 18:33:36 +02:00
parent 2a104185a0
commit 923ac09cb6

View File

@ -20,13 +20,17 @@
* *
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <ell/ell.h> #include <ell/ell.h>
#include "crypto.h" #include "src/crypto.h"
#include "ie.h" #include "src/ie.h"
#include "handshake.h" #include "src/handshake.h"
#include "owe.h" #include "src/owe.h"
#include "mpdu.h" #include "src/mpdu.h"
struct owe_sm { struct owe_sm {
struct handshake_state *hs; struct handshake_state *hs;