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
1 changed files with 9 additions and 5 deletions

View File

@ -20,13 +20,17 @@
*
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <ell/ell.h>
#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;