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.
> >
> > Explicitly include st
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 stdint.h.
>>
>> Explicitly include stdint.h where ap
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 Bakos
Matches my grep.
Re
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 Bakos
---
cursor/cursor-data.h | 2 ++
cursor/wayland-cursor.c | 1 +
src/event-loop.c