(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>
This commit is contained in:
Yong Bakos 2016-07-18 12:42:25 -05:00 committed by Bryce Harrington
parent 6750b47d9e
commit 2b1c1b2d66
17 changed files with 18 additions and 0 deletions

View file

@ -27,6 +27,7 @@
#define _GNU_SOURCE
#include <stdlib.h>
#include <stdint.h>
#include <assert.h>
#include <sys/types.h>
#include <sys/socket.h>