mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 13:02:44 +01:00
simauth: Use full include path local includes
This commit is contained in:
parent
515c130549
commit
77710f9765
@ -25,9 +25,9 @@
|
||||
#include <errno.h>
|
||||
#include <ell/ell.h>
|
||||
|
||||
#include "iwd.h"
|
||||
#include "watchlist.h"
|
||||
#include "simauth.h"
|
||||
#include "src/iwd.h"
|
||||
#include "src/watchlist.h"
|
||||
#include "src/simauth.h"
|
||||
|
||||
static struct l_queue *auth_providers;
|
||||
|
||||
|
@ -25,10 +25,10 @@
|
||||
#include <errno.h>
|
||||
#include <ell/ell.h>
|
||||
|
||||
#include "eap-private.h"
|
||||
#include "src/eap-private.h"
|
||||
|
||||
#include "crypto.h"
|
||||
#include "simutil.h"
|
||||
#include "src/crypto.h"
|
||||
#include "src/simutil.h"
|
||||
|
||||
/*
|
||||
* RFC 3174 functions
|
||||
|
Loading…
Reference in New Issue
Block a user