chiark / gitweb /
volume_id: provide libvolume_id.a file
[elogind.git] / klibc / klibc / open.c
index d52b53a6992af4400622212947d50864d3a89e49..cb1f5195dbe815b48f2b107db782b779c7a7ee66 100644 (file)
@@ -8,8 +8,9 @@
 #define _KLIBC_IN_OPEN_C
 #include <unistd.h>
 #include <fcntl.h>
+#include <bitsize.h>
 
-#if BITSIZE == 32 && !defined(__i386__)
+#if _BITSIZE == 32 && !defined(__i386__)
 
 extern int __open(const char *, int, mode_t);