mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 23:09:34 +01:00
anqputil: Use complete path internal includes
This commit is contained in:
parent
259a666a76
commit
754ce0d112
@ -26,9 +26,9 @@
|
|||||||
|
|
||||||
#include <ell/ell.h>
|
#include <ell/ell.h>
|
||||||
|
|
||||||
#include "anqputil.h"
|
#include "src/anqputil.h"
|
||||||
#include "ie.h"
|
#include "src/ie.h"
|
||||||
#include "util.h"
|
#include "src/util.h"
|
||||||
|
|
||||||
void anqp_iter_init(struct anqp_iter *iter, const unsigned char *anqp,
|
void anqp_iter_init(struct anqp_iter *iter, const unsigned char *anqp,
|
||||||
unsigned int len)
|
unsigned int len)
|
||||||
|
Loading…
Reference in New Issue
Block a user