aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2005-03-03 23:30:03 +0000
committerH. Peter Anvin <hpa@zytor.com>2005-03-03 23:30:03 +0000
commit927b8ed555602d2e5ae1faea2d463ac8ab569162 (patch)
tree7a64e9f8d81237633563c1ce371ff39551ae54ef
parent5c54959c65a5a2e1b6fee650fd1565f3e3d44b64 (diff)
downloadklibc-927b8ed555602d2e5ae1faea2d463ac8ab569162.tar.gz
Fix <bitsize.h>klibc-0.208
-rw-r--r--klibc/open.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/klibc/open.c b/klibc/open.c
index 7a6a52966e79a..cb1f5195dbe81 100644
--- a/klibc/open.c
+++ b/klibc/open.c
@@ -8,6 +8,7 @@
#define _KLIBC_IN_OPEN_C
#include <unistd.h>
#include <fcntl.h>
+#include <bitsize.h>
#if _BITSIZE == 32 && !defined(__i386__)