chiark / gitweb /
bus: reuse more code
[elogind.git] / src / shared / label.c
index d353da57ec3d2779d2de7a77388ae7193426aae3..a8bf6bd4f93982ce46ba83edc28b982d01693def 100644 (file)
 #include <malloc.h>
 #include <sys/socket.h>
 #include <sys/un.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <fcntl.h>
 
 #include "label.h"
+#include "strv.h"
 #include "util.h"
 #include "path-util.h"