summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorgonzo <gonzo@FreeBSD.org>2012-03-18 08:08:06 +0000
committergonzo <gonzo@FreeBSD.org>2012-03-18 08:08:06 +0000
commitc2c7ad8aeb41d28c7f9ffb14150e892d723adcea (patch)
treee9388ff6d5f60340b5bb73ce78e1f772fa166b33 /lib
parent3d68feb2a657d1a59ae8a724d8d65373b01c4600 (diff)
downloadFreeBSD-src-c2c7ad8aeb41d28c7f9ffb14150e892d723adcea.zip
FreeBSD-src-c2c7ad8aeb41d28c7f9ffb14150e892d723adcea.tar.gz
Unbreak trhe build by including proper header
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/arm/gen/_set_tp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/arm/gen/_set_tp.c b/lib/libc/arm/gen/_set_tp.c
index 9307d95..44bbdd8 100644
--- a/lib/libc/arm/gen/_set_tp.c
+++ b/lib/libc/arm/gen/_set_tp.c
@@ -27,7 +27,7 @@
*/
#include <string.h>
-#include <stdint.h>
+#include <sys/types.h>
#include <machine/sysarch.h>
OpenPOWER on IntegriCloud