aboutsummaryrefslogtreecommitdiff
path: root/libc/sys.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sys.c')
-rw-r--r--libc/sys.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sys.c b/libc/sys.c
index a2c789e..bfc7a22 100644
--- a/libc/sys.c
+++ b/libc/sys.c
@@ -57,7 +57,6 @@ int sys5(enum sys num, int d1, int d2, int d3, int d4, int d5)
return a;
}
-#include <print.h>
int sysv(enum sys num, ...)
{
va_list ap;