summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-02-08 05:06:17 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-02-08 05:06:17 +0100
commit4fc81a777a6720e92460a20d95738c3d1a211bda (patch)
treeaf76ee97e944e19ec855a617039d6ff416f7e025
parenta5eb23deb6956b1839fc28b0ca93324531e50d9b (diff)
hurd: fix tls.h build
-rw-r--r--ChangeLog1
-rw-r--r--sysdeps/mach/hurd/tls.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3cdd15919..2e7a0281a1 100644
--- 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,
diff --git a/sysdeps/mach/hurd/tls.h b/sysdeps/mach/hurd/tls.h
index 78ac7f71cf..de175834a5 100644
--- a/sysdeps/mach/hurd/tls.h
+++ b/sysdeps/mach/hurd/tls.h
@@ -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>