diff options
Diffstat (limited to 'xwayland/selection/dnd.c')
-rw-r--r-- | xwayland/selection/dnd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xwayland/selection/dnd.c b/xwayland/selection/dnd.c index 534d056c..ec5f16c7 100644 --- a/xwayland/selection/dnd.c +++ b/xwayland/selection/dnd.c @@ -4,7 +4,7 @@ #include <string.h> #include <unistd.h> #include <wlr/types/wlr_data_device.h> -#include <wlr/types/wlr_primary_selection.h> +#include <wlr/types/wlr_gtk_primary_selection.h> #include <wlr/util/log.h> #include <xcb/xfixes.h> #include "xwayland/xwm.h" |