[systemd-devel] [RFC 05/25] shared/util.h: include sys/reg.h for __WORDSIZE

Emil Renner Berthing systemd at esmil.dk
Thu Sep 18 06:24:41 PDT 2014


---
 src/shared/util.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/shared/util.h b/src/shared/util.h
index 08d556f..32e5090 100644
--- a/src/shared/util.h
+++ b/src/shared/util.h
@@ -24,6 +24,7 @@
 #include <alloca.h>
 #include <fcntl.h>
 #include <inttypes.h>
+#include <sys/reg.h>
 #include <time.h>
 #include <sys/time.h>
 #include <stdarg.h>
-- 
2.1.0



More information about the systemd-devel mailing list