diff options
Diffstat (limited to 'gnu/packages/patches/kwin-unwrap-executable-name-for-dot-desktop-search.patch')
-rw-r--r-- | gnu/packages/patches/kwin-unwrap-executable-name-for-dot-desktop-search.patch | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/patches/kwin-unwrap-executable-name-for-dot-desktop-search.patch b/gnu/packages/patches/kwin-unwrap-executable-name-for-dot-desktop-search.patch index 8f67553138..6256ff24e3 100644 --- a/gnu/packages/patches/kwin-unwrap-executable-name-for-dot-desktop-search.patch +++ b/gnu/packages/patches/kwin-unwrap-executable-name-for-dot-desktop-search.patch @@ -14,12 +14,11 @@ new file mode 100644 index 0000000..726065d --- /dev/null +++ b/src/guix_utils.h -@@ -0,0 +1,24 @@ +@@ -0,0 +1,23 @@ +#ifndef GUIX_UTILS_H +#define GUIX_UTILS_H + +// kwin -+#include <kwinglobals.h> + +namespace KWin +{ |