diff options
Diffstat (limited to 'libc/sysdeps/linux/common/sysfs.c')
-rw-r--r-- | libc/sysdeps/linux/common/sysfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/sysfs.c b/libc/sysdeps/linux/common/sysfs.c index e3cf0f15b..5099d7bb0 100644 --- a/libc/sysdeps/linux/common/sysfs.c +++ b/libc/sysdeps/linux/common/sysfs.c @@ -10,7 +10,7 @@ /* libc isn't really supposed to export this */ #if 0 -#include "syscalls.h" +#include <sys/syscall.h> _syscall3(int, sysfs, int, option, unsigned int, index, char, addr); #endif |