]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
hurd: fix tls.h build
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 8 Feb 2015 04:06:17 +0000 (05:06 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 8 Feb 2015 04:06:17 +0000 (05:06 +0100)
ChangeLog
sysdeps/mach/hurd/tls.h

index b3cdd15919747e536630c75c06d1728cfe78d64d..2e7a0281a1ceedcf3d979da62ea7bb12cdf39e4a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,6 +36,7 @@
        * hurd/hurd/signal.h (_hurd_self_sigstate,
        _hurd_critical_section_lock, _hurd_critical_section_unlock):
        Explicit casts from void *.
+       * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
 
        [BZ #4719]
        * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
index 78ac7f71cf8417ecc48949c126268ef8b49fb02c..de175834a5571140413009630cf4a94bb006e7f0 100644 (file)
@@ -22,7 +22,9 @@
 #ifndef __ASSEMBLER__
 
 # include <stddef.h>
+# include <stdint.h>
 # include <stdbool.h>
+# include <sysdep.h>
 # include <mach/mig_errors.h>
 # include <mach.h>