]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
logger: snprintf needs #include <stdio.h>
authorTimo Teräs <timo.teras@iki.fi>
Wed, 22 Mar 2023 11:49:25 +0000 (13:49 +0200)
committerTimo Teräs <timo.teras@iki.fi>
Wed, 22 Mar 2023 11:49:25 +0000 (13:49 +0200)
src/libply/ply-logger.h

index b2721291ba20ea2ab020505dc1ce57dd9fb4fdc6..adb3c598e1b02c1bb1133ddb3ffa0f2a9f76bd2e 100644 (file)
@@ -23,6 +23,7 @@
 #include <errno.h>
 #include <stdbool.h>
 #include <stdint.h>
+#include <stdio.h>
 #include <string.h>
 #include <sys/types.h>
 #include <time.h>