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:
committed by
Bryce Harrington
parent
a4b34976dd
commit
649bbce607
@@ -52,6 +52,7 @@
|
||||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <linux/input.h>
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
@@ -55,6 +55,8 @@
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "stdbool.h"
|
||||
#include "compositor.h"
|
||||
|
||||
|
||||
@@ -26,6 +26,8 @@
|
||||
#ifndef _ivi_layout_PRIVATE_H_
|
||||
#define _ivi_layout_PRIVATE_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "compositor.h"
|
||||
#include "ivi-layout-export.h"
|
||||
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
#include <time.h>
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
|
||||
@@ -59,6 +59,7 @@
|
||||
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "compositor/weston.h"
|
||||
#include "compositor.h"
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
*/
|
||||
#include "config.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <dlfcn.h>
|
||||
#include <limits.h>
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
#define WESTON_IVI_SHELL_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "compositor.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user