Fix include for standard library header

This commit is contained in:
Romain Vimont 2022-02-01 21:36:37 +01:00
parent 9b4360b6b8
commit f02f2135cd

View file

@ -3,7 +3,7 @@
#include "common.h" #include "common.h"
#include "stddef.h" #include <stddef.h>
/** /**
* Parse the ip from the output of `adb shell ip route` * Parse the ip from the output of `adb shell ip route`