aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/powerpc
diff options
context:
space:
mode:
authorRyan S. Arnold <rsa@linux.vnet.ibm.com>2013-04-29 18:48:43 -0500
committerRyan S. Arnold <rsa@linux.vnet.ibm.com>2013-04-29 18:48:43 -0500
commit4eb401a9c95a1313baad1393b0c3e0508b5d3f9a (patch)
tree1a9c88ef3d25a70b2c0d51fc0c090014ba261dca /sysdeps/unix/sysv/linux/powerpc
parentf2da7793096c58b30ca57380da4c1343cabc4044 (diff)
downloadglibc-rsa/stdint.tar
glibc-rsa/stdint.tar.gz
glibc-rsa/stdint.tar.bz2
glibc-rsa/stdint.zip
Add #include <stdint.h> for uint[32|64]_t usage.rsa/stdint
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc')
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/bits/ppc.h2
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/bits/ppc.h b/sysdeps/unix/sysv/linux/powerpc/bits/ppc.h
index c562021d37..ade7d29e12 100644
--- a/sysdeps/unix/sysv/linux/powerpc/bits/ppc.h
+++ b/sysdeps/unix/sysv/linux/powerpc/bits/ppc.h
@@ -23,6 +23,8 @@
# error "Never include this file directly; use <sys/platform/ppc.h> instead."
#endif
+#include <stdint.h>
+
__BEGIN_DECLS
/* Read the time base frequency. */
diff --git a/sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c b/sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
index 779ea49c8e..344496b7ea 100644
--- a/sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
+++ b/sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
@@ -22,6 +22,7 @@
#include <inttypes.h>
#include <stdio.h>
+#include <stdint.h>
#include <sys/platform/ppc.h>