Install bits/timex.h header.
authorAndreas Schwab <schwab@redhat.com>
Fri, 1 Apr 2011 14:40:53 +0000 (10:40 -0400)
committerUlrich Drepper <drepper@gmail.com>
Fri, 1 Apr 2011 14:40:53 +0000 (10:40 -0400)
ChangeLog
sysdeps/unix/sysv/linux/Makefile

index a68f5df..7ab2090 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-01  Andreas Schwab  <schwab@redhat.com>
+
+       * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
+       bits/timex.h
+
 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
 
        * iconv/iconv.h: Fix typo in comment.
index 4302bd3..7066ffe 100644 (file)
@@ -95,7 +95,7 @@ generated += syscall-list.h syscall-list.d
 endif
 
 ifeq ($(subdir),time)
-sysdep_headers += sys/timex.h
+sysdep_headers += sys/timex.h bits/timex.h
 
 sysdep_routines += ntp_gettime ntp_gettimex
 endif