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
@@ -25,6 +25,7 @@
#include "config.h"
#include <assert.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+1
View File
@@ -33,6 +33,7 @@
#include "config.h"
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
+1
View File
@@ -26,6 +26,7 @@
#include <sys/wait.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <linux/input.h>
+1
View File
@@ -25,6 +25,7 @@
#include "config.h"
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+1
View File
@@ -24,6 +24,7 @@
#include "config.h"
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
+1
View File
@@ -23,6 +23,7 @@
#include "config.h"
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+1
View File
@@ -25,6 +25,7 @@
#include "config.h"
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+1
View File
@@ -24,6 +24,7 @@
#include "config.h"
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
+1
View File
@@ -25,6 +25,7 @@
#include "config.h"
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+1
View File
@@ -24,6 +24,7 @@
#include "config.h"
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+1
View File
@@ -22,6 +22,7 @@
#include "config.h"
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+1
View File
@@ -23,6 +23,7 @@
#include "config.h"
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+1
View File
@@ -24,6 +24,7 @@
#include "config.h"
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+1
View File
@@ -24,6 +24,7 @@
#include "config.h"
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+1
View File
@@ -24,6 +24,7 @@
#include "config.h"
#include <assert.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+1
View File
@@ -25,6 +25,7 @@
#include <errno.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+1
View File
@@ -23,6 +23,7 @@
#include "config.h"
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+1
View File
@@ -26,6 +26,7 @@
#include "config.h"
#include <stdint.h>
#include <xkbcommon/xkbcommon.h>
#include <wayland-client.h>
#include <cairo.h>