From f02f2135cdd03f174bba6ce18ee7840469111378 Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Tue, 1 Feb 2022 21:36:37 +0100 Subject: [PATCH] Fix include for standard library header --- app/src/adb_parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/adb_parser.h b/app/src/adb_parser.h index ed7363d1..bce5126c 100644 --- a/app/src/adb_parser.h +++ b/app/src/adb_parser.h @@ -3,7 +3,7 @@ #include "common.h" -#include "stddef.h" +#include /** * Parse the ip from the output of `adb shell ip route`