diff options
| -rw-r--r-- | libc/sysdeps/linux/common/open64.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/open64.c b/libc/sysdeps/linux/common/open64.c index 23a777b47..6e65a988e 100644 --- a/libc/sysdeps/linux/common/open64.c +++ b/libc/sysdeps/linux/common/open64.c @@ -5,6 +5,7 @@   */  #include <_lfs_64.h> +#include <sys/syscall.h>  #include <fcntl.h>  #include <stdarg.h>  #include <cancel.h>  | 
