diff options
Diffstat (limited to 'lib/libc/socket/shutdown.c')
| -rw-r--r-- | lib/libc/socket/shutdown.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/socket/shutdown.c b/lib/libc/socket/shutdown.c index 7fcae79b..b667204e 100644 --- a/lib/libc/socket/shutdown.c +++ b/lib/libc/socket/shutdown.c @@ -1,4 +1,5 @@ -#include "asm/unistd_64.h" // for __NR_shutdown + + #include <syscall.h> // for __syscall_2, syscall |
