[systemd-devel] [RFC 06/25] shared/label.h: add missing stdio.h include

Emil Renner Berthing systemd at esmil.dk
Thu Sep 18 06:24:42 PDT 2014


---
 src/shared/label.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/shared/label.h b/src/shared/label.h
index 7294820..cb2ec79 100644
--- a/src/shared/label.h
+++ b/src/shared/label.h
@@ -24,6 +24,7 @@
 #include <sys/types.h>
 #include <stdbool.h>
 #include <sys/socket.h>
+#include <stdio.h>
 
 int label_init(const char *prefix);
 void label_finish(void);
-- 
2.1.0



More information about the systemd-devel mailing list