3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-12-21 03:32:42 +01:00

mpdu: Use full include path local includes

This commit is contained in:
Marcel Holtmann 2018-10-26 21:28:10 +02:00
parent 52f7f1dea2
commit 785be02ee5

View File

@ -26,8 +26,8 @@
#include <ell/ell.h> #include <ell/ell.h>
#include "ie.h" #include "src/ie.h"
#include "mpdu.h" #include "src/mpdu.h"
static bool validate_mgmt_header(const struct mmpdu_header *mpdu, static bool validate_mgmt_header(const struct mmpdu_header *mpdu,
int len, int *offset) int len, int *offset)