Fix include for standard library header
This commit is contained in:
parent
9b4360b6b8
commit
f02f2135cd
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include "common.h"
|
||||
|
||||
#include "stddef.h"
|
||||
#include <stddef.h>
|
||||
|
||||
/**
|
||||
* Parse the ip from the output of `adb shell ip route`
|
||||
|
|
Loading…
Reference in a new issue