diff options
Diffstat (limited to 'socket/Makefile')
-rw-r--r-- | socket/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/socket/Makefile b/socket/Makefile index 3af3dc9d39..1651b75e1c 100644 --- a/socket/Makefile +++ b/socket/Makefile @@ -21,7 +21,7 @@ # subdir := socket -headers := sys/socket.h sys/un.h sockaddrcom.h socketbits.h +headers := sys/socket.h sys/un.h bits/sockaddr.h bits/socket.h routines := accept bind connect getpeername getsockname getsockopt \ listen recv recvfrom recvmsg send sendmsg sendto \ |