3
0
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:
Marcel Holtmann 2018-10-26 21:27:01 +02:00
parent 23a7fafec6
commit 52f7f1dea2

View File

@ -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[])
{