diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-12-06 20:22:42 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-12-06 20:22:42 +0000 |
commit | eb813ecafa2405e01e33da29d620e5c10ec63d2c (patch) | |
tree | 0d88ca89e3eb2349ad27f98038000c206ef544e5 /libc/sysdeps/linux/common/syscalls.h | |
parent | dd3d4f119e0ad55de4486434f12ee8af1618e971 (diff) |
bits/kernel_stat.h is for internal uClibc use only, fix a few other
minor include file issues
Diffstat (limited to 'libc/sysdeps/linux/common/syscalls.h')
-rw-r--r-- | libc/sysdeps/linux/common/syscalls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/syscalls.h b/libc/sysdeps/linux/common/syscalls.h index af015246a..c4f6a44fd 100644 --- a/libc/sysdeps/linux/common/syscalls.h +++ b/libc/sysdeps/linux/common/syscalls.h @@ -21,3 +21,4 @@ # undef __USE_FILE_OFFSET64 #endif +#include <bits/kernel_types.h> |