diff options
Diffstat (limited to 'socket/opensock.c')
-rw-r--r-- | socket/opensock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/socket/opensock.c b/socket/opensock.c index 31f247eb40..dddba8e82f 100644 --- a/socket/opensock.c +++ b/socket/opensock.c @@ -17,7 +17,7 @@ #include <stdio.h> #include <sys/socket.h> -#include <bits/libc-lock.h> +#include <libc-lock.h> /* Return a socket of any type. The socket can be used in subsequent ioctl calls to talk to the kernel. */ |