From: Michael Tremer Date: Fri, 9 Jun 2023 10:37:00 +0000 (+0000) Subject: networkd: json: Include string.h X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5c50dd3c189c96bead686cc728121d6f22dcd49;p=network.git networkd: json: Include string.h Signed-off-by: Michael Tremer --- diff --git a/src/networkd/json.h b/src/networkd/json.h index 33e237aa..19ced9ad 100644 --- a/src/networkd/json.h +++ b/src/networkd/json.h @@ -22,6 +22,7 @@ #define NETWORKD_JSON_H #include +#include #include