aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/connection-test.c1
-rw-r--r--tests/display-test.c1
-rw-r--r--tests/event-loop-test.c1
-rw-r--r--tests/map-test.c1
-rw-r--r--tests/os-wrappers-test.c1
-rw-r--r--tests/queue-test.c1
-rw-r--r--tests/resources-test.c1
-rw-r--r--tests/test-compositor.c1
-rw-r--r--tests/test-compositor.h1
9 files changed, 9 insertions, 0 deletions
diff --git a/tests/connection-test.c b/tests/connection-test.c
index 5d97fd9..3e34f77 100644
--- a/tests/connection-test.c
+++ b/tests/connection-test.c
@@ -27,6 +27,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
+#include <stdint.h>
#include <string.h>
#include <assert.h>
#include <sys/socket.h>
diff --git a/tests/display-test.c b/tests/display-test.c
index 17956db..f4800ce 100644
--- a/tests/display-test.c
+++ b/tests/display-test.c
@@ -28,6 +28,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
+#include <stdint.h>
#include <string.h>
#include <assert.h>
#include <sys/socket.h>
diff --git a/tests/event-loop-test.c b/tests/event-loop-test.c
index ae5ff94..33566b4 100644
--- a/tests/event-loop-test.c
+++ b/tests/event-loop-test.c
@@ -25,6 +25,7 @@
*/
#include <stdlib.h>
+#include <stdint.h>
#include <assert.h>
#include <unistd.h>
#include <signal.h>
diff --git a/tests/map-test.c b/tests/map-test.c
index d259048..8ecc1aa 100644
--- a/tests/map-test.c
+++ b/tests/map-test.c
@@ -25,6 +25,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <stdint.h>
#include <assert.h>
#include "wayland-private.h"
#include "test-runner.h"
diff --git a/tests/os-wrappers-test.c b/tests/os-wrappers-test.c
index b636b62..102622c 100644
--- a/tests/os-wrappers-test.c
+++ b/tests/os-wrappers-test.c
@@ -27,6 +27,7 @@
#define _GNU_SOURCE
#include <stdlib.h>
+#include <stdint.h>
#include <assert.h>
#include <sys/types.h>
#include <sys/socket.h>
diff --git a/tests/queue-test.c b/tests/queue-test.c
index 932bc55..86a3602 100644
--- a/tests/queue-test.c
+++ b/tests/queue-test.c
@@ -24,6 +24,7 @@
*/
#include <stdlib.h>
+#include <stdint.h>
#include <stdio.h>
#include <stdbool.h>
#include <unistd.h>
diff --git a/tests/resources-test.c b/tests/resources-test.c
index 337f9f9..59d8beb 100644
--- a/tests/resources-test.c
+++ b/tests/resources-test.c
@@ -26,6 +26,7 @@
#include <assert.h>
#include <sys/socket.h>
#include <unistd.h>
+#include <stdint.h>
#include "wayland-server.h"
#include "test-runner.h"
diff --git a/tests/test-compositor.c b/tests/test-compositor.c
index b01e8af..0631f61 100644
--- a/tests/test-compositor.c
+++ b/tests/test-compositor.c
@@ -28,6 +28,7 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
+#include <stdint.h>
#include <unistd.h>
#include <sys/time.h>
#include <sys/socket.h>
diff --git a/tests/test-compositor.h b/tests/test-compositor.h
index 526e912..876d0c0 100644
--- a/tests/test-compositor.h
+++ b/tests/test-compositor.h
@@ -23,6 +23,7 @@
* SOFTWARE.
*/
+#include <stdint.h>
#include <unistd.h>
#include "wayland-server.h"