summaryrefslogtreecommitdiff
path: root/klibc_fixups.h
diff options
context:
space:
mode:
Diffstat (limited to 'klibc_fixups.h')
-rw-r--r--klibc_fixups.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/klibc_fixups.h b/klibc_fixups.h
index f6c91cdd94..6dfd5a5c17 100644
--- a/klibc_fixups.h
+++ b/klibc_fixups.h
@@ -3,6 +3,11 @@
#ifndef KLIBC_FIXUPS_H
#define KLIBC_FIXUPS_H
+#include <linux/kernel.h>
+#include <linux/unistd.h>
+
+int sysinfo(struct sysinfo *info);
+
struct passwd {
char *pw_name; /* user name */
char *pw_passwd; /* user password */