mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 13:02:44 +01:00
ie: Use full include path for local includes
This commit is contained in:
parent
be5bf7ee15
commit
23a7fafec6
9
src/ie.c
9
src/ie.c
@ -25,11 +25,12 @@
|
||||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
#include <ell/ell.h>
|
||||
#include "util.h"
|
||||
#include "crypto.h"
|
||||
|
||||
#include "ie.h"
|
||||
#include <ell/ell.h>
|
||||
|
||||
#include "src/util.h"
|
||||
#include "src/crypto.h"
|
||||
#include "src/ie.h"
|
||||
|
||||
static const uint8_t ieee_oui[3] = { 0x00, 0x0f, 0xac };
|
||||
static const uint8_t microsoft_oui[3] = { 0x00, 0x50, 0xf2 };
|
||||
|
Loading…
Reference in New Issue
Block a user