summaryrefslogtreecommitdiff
path: root/inet/getnetgrent.c
diff options
context:
space:
mode:
Diffstat (limited to 'inet/getnetgrent.c')
-rw-r--r--inet/getnetgrent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/inet/getnetgrent.c b/inet/getnetgrent.c
index 094f34f0fd..3443235cca 100644
--- a/inet/getnetgrent.c
+++ b/inet/getnetgrent.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1996-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
@@ -18,7 +18,7 @@
#include <errno.h>
#include <netdb.h>
#include <stdlib.h>
-#include <bits/libc-lock.h>
+#include <libc-lock.h>
/* Static buffer for return value. We allocate it when needed. */
libc_freeres_ptr (static char *buffer);