diff options
Diffstat (limited to 'lib/libc/unistd/pipe.c')
| -rw-r--r-- | lib/libc/unistd/pipe.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/unistd/pipe.c b/lib/libc/unistd/pipe.c index 3c1509d0..a0d55b86 100644 --- a/lib/libc/unistd/pipe.c +++ b/lib/libc/unistd/pipe.c @@ -1,4 +1,5 @@ -#include "asm/unistd_64.h" // for __NR_pipe + + #include <syscall.h> // for __syscall_1, syscall |
