chiark / gitweb /
basic: include only what we use
[elogind.git] / src / basic / parse-util.h
index 567535c02df5cdf2dc589e3dc14035b7a002bd40..a0277def9d918c8bbb848b27a59cd5ff051b8ef8 100644 (file)
@@ -22,6 +22,9 @@
 ***/
 
 #include <inttypes.h>
+#include <limits.h>
+#include <stddef.h>
+#include <stdint.h>
 #include <sys/types.h>
 
 #include "macro.h"