chiark / gitweb /
shared/label.h: add missing stdio.h include
authorEmil Renner Berthing <systemd@esmil.dk>
Thu, 18 Sep 2014 13:24:42 +0000 (15:24 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Thu, 18 Sep 2014 22:26:49 +0000 (00:26 +0200)
src/shared/label.h

index 72948205f6bcf2caf92eb52fb907934461cdc2c8..cb2ec79eea4d3ceca58cc29faed2d1d3819e5754 100644 (file)
@@ -24,6 +24,7 @@
 #include <sys/types.h>
 #include <stdbool.h>
 #include <sys/socket.h>
 #include <sys/types.h>
 #include <stdbool.h>
 #include <sys/socket.h>
+#include <stdio.h>
 
 int label_init(const char *prefix);
 void label_finish(void);
 
 int label_init(const char *prefix);
 void label_finish(void);