summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/sysinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/sysinfo.c')
-rw-r--r--libc/sysdeps/linux/common/sysinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/sysinfo.c b/libc/sysdeps/linux/common/sysinfo.c
index 67673a290..78bf75150 100644
--- a/libc/sysdeps/linux/common/sysinfo.c
+++ b/libc/sysdeps/linux/common/sysinfo.c
@@ -7,6 +7,6 @@
* Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
*/
-#include "syscalls.h"
+#include <sys/syscall.h>
#include <sys/sysinfo.h>
_syscall1(int, sysinfo, struct sysinfo *, info);