summaryrefslogtreecommitdiff
path: root/socket/opensock.c
diff options
context:
space:
mode:
Diffstat (limited to 'socket/opensock.c')
-rw-r--r--socket/opensock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/socket/opensock.c b/socket/opensock.c
index 31f247eb40..19b96192c4 100644
--- a/socket/opensock.c
+++ b/socket/opensock.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1999-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -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. */