include stdint.h for int32_t/uint32_t

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Reviewed-by: Yong Bakos <ybakos@humanoriented.com>
This commit is contained in:
Jussi Kukkonen
2016-07-19 14:16:27 +03:00
committed by Bryce Harrington
parent a4b34976dd
commit 649bbce607
92 changed files with 104 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@
#include "config.h"
#include <string.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
+2
View File
@@ -30,6 +30,8 @@
extern "C" {
#endif
#include <stdint.h>
#define WESTON_CONFIG_FILE_ENV_VAR "WESTON_CONFIG_FILE"
enum config_key_type {
+1
View File
@@ -27,6 +27,7 @@
#include "config.h"
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <wayland-util.h>
+1
View File
@@ -28,6 +28,7 @@
#include <errno.h>
#include <stdlib.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <png.h>
+1
View File
@@ -26,6 +26,7 @@
#include "config.h"
#include <errno.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
+1
View File
@@ -30,6 +30,7 @@
extern "C" {
#endif
#include <stdint.h>
#include <stdlib.h>
#include <string.h>