mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
handshake: Use full include path local includes
This commit is contained in:
parent
23a7fafec6
commit
52f7f1dea2
@ -33,12 +33,13 @@
|
||||
#include <linux/if_ether.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <linux/filter.h>
|
||||
|
||||
#include <ell/ell.h>
|
||||
|
||||
#include "crypto.h"
|
||||
#include "ie.h"
|
||||
#include "util.h"
|
||||
#include "handshake.h"
|
||||
#include "src/crypto.h"
|
||||
#include "src/ie.h"
|
||||
#include "src/util.h"
|
||||
#include "src/handshake.h"
|
||||
|
||||
static bool handshake_get_nonce(uint8_t nonce[])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user