Fix missing include in sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c
This commit is contained in:
parent
f1ecb7ef7f
commit
1ab2935061
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user