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 b3cdd15..2e7a028 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 78ac7f7..de17583 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>