summaryrefslogtreecommitdiffstats
path: root/wayland-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'wayland-util.c')
-rw-r--r--wayland-util.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/wayland-util.c b/wayland-util.c
index 610532f..4fae435 100644
--- a/wayland-util.c
+++ b/wayland-util.c
@@ -21,8 +21,9 @@
*/
#include <stdlib.h>
+#include <stdint.h>
#include <string.h>
-#include "wayland.h"
+#include "wayland-util.h"
struct wl_hash {
struct wl_object **objects;