From e054f494306530720114b321b3d97ca2f397cbbb Mon Sep 17 00:00:00 2001 From: "Ryan S. Arnold" Date: Wed, 1 May 2013 10:46:34 -0500 Subject: Add #include for uint[32|64]_t usage (except installed headers). --- nptl/ChangeLog | 6 ++++++ nptl/pthread_create.c | 1 + nptl/sysdeps/pthread/createthread.c | 1 + 3 files changed, 8 insertions(+) (limited to 'nptl') diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 597b3bd..6e5ca4c 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2013-05-16 Ryan S. Arnold + + * pthread_create.c: Add missing #include due to uint64_t or + uint32_t usage. + * sysdeps/pthread/createthread.c: Likewise. + 2013-05-14 Andreas Jaeger [BZ #10686] diff --git a/nptl/pthread_create.c b/nptl/pthread_create.c index c43077f..b78bd95 100644 --- a/nptl/pthread_create.c +++ b/nptl/pthread_create.c @@ -21,6 +21,7 @@ #include #include #include +#include #include "pthreadP.h" #include #include diff --git a/nptl/sysdeps/pthread/createthread.c b/nptl/sysdeps/pthread/createthread.c index b0f686d..d24136b 100644 --- a/nptl/sysdeps/pthread/createthread.c +++ b/nptl/sysdeps/pthread/createthread.c @@ -23,6 +23,7 @@ #include #include #include +#include #include "kernel-features.h" -- cgit v1.1