]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/sleep-config.c
headers: remove unneeded includes from util.h
[thirdparty/systemd.git] / src / shared / sleep-config.c
index de28f00c656f2dbf84c23fbf4dff9348d6603531..7f23e5410239e425b65371d605ed95d99efd6e4a 100644 (file)
@@ -4,12 +4,15 @@
 ***/
 
 #include <errno.h>
+#include <fcntl.h>
 #include <linux/fs.h>
 #include <stdbool.h>
 #include <stddef.h>
 #include <stdio.h>
 #include <string.h>
 #include <sys/ioctl.h>
+#include <sys/stat.h>
+#include <sys/types.h>
 #include <syslog.h>
 #include <unistd.h>