chiark / gitweb /
basic: include only what we use
[elogind.git] / src / basic / utf8.h
index e745649f06f5b06fcbe7b0869a798f068820d403..16c4b5b55da2eb1932c9acd3e14742d142b76085 100644 (file)
@@ -22,6 +22,8 @@
 ***/
 
 #include <stdbool.h>
+#include <stddef.h>
+#include <stdint.h>
 
 #include "macro.h"