about summary refs log tree commit diff
path: root/sysdeps/mach/hurd
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 /sysdeps/mach/hurd
parenta5eb23deb6956b1839fc28b0ca93324531e50d9b (diff)
downloadglibc-4fc81a777a6720e92460a20d95738c3d1a211bda.tar.gz
glibc-4fc81a777a6720e92460a20d95738c3d1a211bda.tar.xz
glibc-4fc81a777a6720e92460a20d95738c3d1a211bda.zip
hurd: fix tls.h build
Diffstat (limited to 'sysdeps/mach/hurd')
-rw-r--r--sysdeps/mach/hurd/tls.h2
1 files changed, 2 insertions, 0 deletions
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>