]> sourceware.org Git - glibc.git/commitdiff
Fix missing include in sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 8 Oct 2012 09:41:11 +0000 (11:41 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Mon, 8 Oct 2012 10:13:39 +0000 (12:13 +0200)
ChangeLog
sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c

index 1c8111b2767f3ba6089f107eda61851ed7946dd2..7d00f662eaa802623eed44548b0542e63f65c569 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
+       <stdint.h>.
+
 2012-10-06  David S. Miller  <davem@davemloft.net>
 
        * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
index f62ed86055a0f3655ff3bbcbc6e035688c407460..5559dd5c0c6d9fe0ca8e2c6651d993752f636985 100644 (file)
@@ -16,6 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
+#include <stdint.h>
 #include <libc-internal.h>
 
 uint64_t
This page took 0.103985 seconds and 5 git commands to generate.