diff options
Diffstat (limited to 'src/unittest')
-rw-r--r-- | src/unittest/test_keycode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unittest/test_keycode.cpp b/src/unittest/test_keycode.cpp index dd3d75a5b..3813af949 100644 --- a/src/unittest/test_keycode.cpp +++ b/src/unittest/test_keycode.cpp @@ -21,7 +21,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include <string> #include "exceptions.h" -#include "keycode.h" +#include "client/keycode.h" class TestKeycode : public TestBase { public: |