summaryrefslogtreecommitdiff
path: root/socket
diff options
context:
space:
mode:
Diffstat (limited to 'socket')
-rw-r--r--socket/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/socket/Makefile b/socket/Makefile
index 4f8f85fff2..430b7585af 100644
--- a/socket/Makefile
+++ b/socket/Makefile
@@ -21,7 +21,8 @@
#
subdir := socket
-headers := sys/socket.h sys/un.h bits/sockaddr.h bits/socket.h
+headers := sys/socket.h sys/un.h bits/sockaddr.h bits/socket.h \
+ sys/socketvar.h
routines := accept bind connect getpeername getsockname getsockopt \
listen recv recvfrom recvmsg send sendmsg sendto \