chiark / gitweb /
include sys/sysmacros.h in more places
[elogind.git] / src / basic / macro.h
index c34441d75dcd6f6e94cb91cb6bc5170ee234527d..b36a95675ad7224ec1a4cc9b525ec065a78eec0f 100644 (file)
@@ -23,6 +23,7 @@
 #include <inttypes.h>
 #include <stdbool.h>
 #include <sys/param.h>
+#include <sys/sysmacros.h>
 #include <sys/types.h>
 
 #define _printf_(a,b) __attribute__ ((format (printf, a, b)))