summaryrefslogtreecommitdiff
path: root/src/internal/sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/sh')
-rw-r--r--src/internal/sh/__shcall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/sh/__shcall.c b/src/internal/sh/__shcall.c
index 23655904..4e073e8f 100644
--- a/src/internal/sh/__shcall.c
+++ b/src/internal/sh/__shcall.c
@@ -1,4 +1,4 @@
-#include "libc.h"
+#include <features.h>
hidden int __shcall(void *arg, int (*func)(void *))
{