mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 21:22:37 +01:00
owe: Add missing include for config.h
This commit is contained in:
parent
2a104185a0
commit
923ac09cb6
14
src/owe.c
14
src/owe.c
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user