(multiple): Include stdint.h
authorYong Bakos <ybakos@humanoriented.com>
Mon, 18 Jul 2016 17:42:25 +0000 (12:42 -0500)
committerBryce Harrington <bryce@osg.samsung.com>
Tue, 26 Jul 2016 01:39:32 +0000 (18:39 -0700)
commit2b1c1b2d66945c5cb237a7264759b6dbdf42b02a
tree92393d7df803a33b9a1df9e11ffe2cbf9366786a
parent6750b47d9e0d3074d2e56aa36c476493f533d696
(multiple): Include stdint.h

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 <ybakos@humanoriented.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
17 files changed:
cursor/cursor-data.h
cursor/wayland-cursor.c
src/event-loop.c
src/scanner.c
src/wayland-client-core.h
src/wayland-private.h
src/wayland-server.h
src/wayland-shm.c
tests/connection-test.c
tests/display-test.c
tests/event-loop-test.c
tests/map-test.c
tests/os-wrappers-test.c
tests/queue-test.c
tests/resources-test.c
tests/test-compositor.c
tests/test-compositor.h