summaryrefslogtreecommitdiff
path: root/time/era.c
diff options
context:
space:
mode:
Diffstat (limited to 'time/era.c')
-rw-r--r--time/era.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/time/era.c b/time/era.c
index d6dc489d69..8c9927419a 100644
--- a/time/era.c
+++ b/time/era.c
@@ -1,5 +1,5 @@
/* Helper functions used by strftime/strptime to handle locale-specific "eras".
- Copyright (C) 1995-2015 Free Software Foundation, Inc.
+ Copyright (C) 1995-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 @@
<http://www.gnu.org/licenses/>. */
#include "../locale/localeinfo.h"
-#include <bits/libc-lock.h>
+#include <libc-lock.h>
#include <stdlib.h>
#include <wchar.h>
#include <string.h>