diff options
author | Slávek Banko <[email protected]> | 2013-07-07 20:48:40 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-07-10 02:11:19 +0200 |
commit | 37c0b00fbf5506397c2e7b73b35f2931ead9e483 (patch) | |
tree | b47ba5de58639ea454020de0e233906a25f81904 /src/util.cpp | |
parent | 400e114c310a8a35bd3418be22ab04661cb7bfdc (diff) | |
download | tdedocker-37c0b00fbf5506397c2e7b73b35f2931ead9e483.tar.gz tdedocker-37c0b00fbf5506397c2e7b73b35f2931ead9e483.zip |
Convert from qmake to cmake
Diffstat (limited to 'src/util.cpp')
-rw-r--r-- | src/util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp index 6ddf920..a8766b1 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -23,7 +23,7 @@ #include "util.h" #include <X11/Xutil.h> -#include <Xmu/WinUtil.h> +#include <X11/Xmu/WinUtil.h> #include <X11/Xatom.h> #include <X11/cursorfont.h> |