projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb1f417
)
shared/label.h: add missing stdio.h include
author
Emil Renner Berthing
<systemd@esmil.dk>
Thu, 18 Sep 2014 13:24:42 +0000
(15:24 +0200)
committer
David Herrmann
<dh.herrmann@gmail.com>
Thu, 18 Sep 2014 22:26:49 +0000
(
00:26
+0200)
src/shared/label.h
patch
|
blob
|
history
diff --git
a/src/shared/label.h
b/src/shared/label.h
index 72948205f6bcf2caf92eb52fb907934461cdc2c8..cb2ec79eea4d3ceca58cc29faed2d1d3819e5754 100644
(file)
--- 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);