]> git.ipfire.org Git - network.git/commitdiff
networkd: json: Include string.h
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 9 Jun 2023 10:37:00 +0000 (10:37 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 9 Jun 2023 10:37:00 +0000 (10:37 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/networkd/json.h

index 33e237aa133a5ac5ec53c25901d9e511eff8de6d..19ced9adf81ce542913242934918de2b43d94264 100644 (file)
@@ -22,6 +22,7 @@
 #define NETWORKD_JSON_H
 
 #include <errno.h>
+#include <string.h>
 
 #include <json.h>