diff options
Diffstat (limited to 'src/wayland-util.c')
-rw-r--r-- | src/wayland-util.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wayland-util.c b/src/wayland-util.c index 3b187b8..43b095e 100644 --- a/src/wayland-util.c +++ b/src/wayland-util.c @@ -24,7 +24,9 @@ #include <stdlib.h> #include <stdint.h> #include <string.h> + #include "wayland-util.h" +#include "wayland-private.h" WL_EXPORT void wl_list_init(struct wl_list *list) |