Re: [PATCH wayland] (multiple): Include stdint.h

2016-07-25 Thread Bryce Harrington
On Tue, Jul 19, 2016 at 10:21:57AM +0100, Eric Engestrom wrote: > On Mon, Jul 18, 2016 at 12:42:25PM -0500, Yong Bakos wrote: > > From: Yong Bakos > > > > Some headers and source files have been using types such as uint32_t > > without explicitly including stdint.h. > >

Re: [PATCH wayland] (multiple): Include stdint.h

2016-07-19 Thread Yong Bakos
On Jul 19, 2016, at 2:21 AM, Eric Engestrom wrote: > > On Mon, Jul 18, 2016 at 12:42:25PM -0500, Yong Bakos wrote: >> From: Yong Bakos >> >> Some headers and source files have been using types such as uint32_t >> without explicitly including

Re: [PATCH wayland] (multiple): Include stdint.h

2016-07-19 Thread Eric Engestrom
On Mon, Jul 18, 2016 at 12:42:25PM -0500, Yong Bakos wrote: > From: Yong Bakos > > Some headers and source files have been using types such as uint32_t > without explicitly including stdint.h. > > Explicitly include stdint.h where appropriate. > > Signed-off-by: Yong