From 6ae0f48b63b908fa61b5fe37a3d0be1883f4e625 Mon Sep 17 00:00:00 2001 From: Alexander Schwinn <alexxcons@xfce.org> Date: Sat, 17 Dec 2022 23:55:41 +0100 Subject: [PATCH] Prevent build failure for NixOS (Issue #972) By using proved include path --- thunar/thunar-preferences-dialog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thunar/thunar-preferences-dialog.c b/thunar/thunar-preferences-dialog.c index e029b8042..32ff2ee8f 100644 --- a/thunar/thunar-preferences-dialog.c +++ b/thunar/thunar-preferences-dialog.c @@ -22,8 +22,8 @@ #endif #include <libxfce4ui/libxfce4ui.h> -#include <libxfce4kbd-private-3/libxfce4kbd-private/xfce-shortcuts-editor.h> -#include <libxfce4kbd-private-3/libxfce4kbd-private/xfce-shortcuts-editor-dialog.h> +#include <libxfce4kbd-private/xfce-shortcuts-editor.h> +#include <libxfce4kbd-private/xfce-shortcuts-editor-dialog.h> #include <thunar/thunar-application.h> #include <thunar/thunar-compact-view.h> -- GitLab