From ac58450e8c9f9d3531ff2efe1d8b972b8fa8a44c Mon Sep 17 00:00:00 2001 From: "Ryan S. Arnold" Date: Wed, 1 May 2013 10:59:42 -0500 Subject: Add #include for uint[32|64]_t usage in installed headers. --- sysdeps/unix/sysv/linux/powerpc/bits/ppc.h | 2 ++ sysdeps/unix/sysv/linux/s390/bits/elfclass.h | 1 + 2 files changed, 3 insertions(+) (limited to 'sysdeps/unix/sysv') 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 instead." #endif +#include + __BEGIN_DECLS /* Read the time base frequency. */ diff --git a/sysdeps/unix/sysv/linux/s390/bits/elfclass.h b/sysdeps/unix/sysv/linux/s390/bits/elfclass.h index 9d8a7df902..0048bc4a47 100644 --- a/sysdeps/unix/sysv/linux/s390/bits/elfclass.h +++ b/sysdeps/unix/sysv/linux/s390/bits/elfclass.h @@ -25,6 +25,7 @@ #endif #include +#include #define __ELF_NATIVE_CLASS __WORDSIZE -- cgit v1.2.3-70-g09d2