From 785be02ee5a58f42d11ae5d1326aae40c890fcf6 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 26 Oct 2018 21:28:10 +0200 Subject: [PATCH] mpdu: Use full include path local includes --- src/mpdu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mpdu.c b/src/mpdu.c index ccdb6cae..35f59369 100644 --- a/src/mpdu.c +++ b/src/mpdu.c @@ -26,8 +26,8 @@ #include -#include "ie.h" -#include "mpdu.h" +#include "src/ie.h" +#include "src/mpdu.h" static bool validate_mgmt_header(const struct mmpdu_header *mpdu, int len, int *offset)