diff options
Diffstat (limited to 'src/wayland-client.c')
-rw-r--r-- | src/wayland-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wayland-client.c b/src/wayland-client.c index 5845698..2597ab2 100644 --- a/src/wayland-client.c +++ b/src/wayland-client.c @@ -35,9 +35,9 @@ #include <fcntl.h> #include <sys/poll.h> -#include "connection.h" #include "wayland-util.h" #include "wayland-client.h" +#include "wayland-private.h" struct wl_global_listener { wl_display_global_func_t handler; |