chiark / gitweb /
basic: include only what we use
[elogind.git] / src / basic / fs-util.h
index 1f940a4227701f01797ebe5db8fb601c37c04ad4..202926897e59a7e7272a61a9c6c949cc3d006445 100644 (file)
@@ -23,6 +23,8 @@
 
 #include <fcntl.h>
 #include <limits.h>
+#include <stdbool.h>
+#include <stdint.h>
 #include <sys/inotify.h>
 #include <sys/types.h>
 #include <unistd.h>