diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-23 13:23:09 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-23 13:23:09 +0200 |
commit | 06122e9e302d8bd9e66a413a27af55b0171b86a2 (patch) | |
tree | e5a92648bb8a21408a336dead1fddd2358419eab /x-plane-plugin/plugin.c | |
parent | d530b912a83e894759202e80951b5b59f42b8b9f (diff) |
x-plane-plugin: fix build
Diffstat (limited to 'x-plane-plugin/plugin.c')
-rw-r--r-- | x-plane-plugin/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x-plane-plugin/plugin.c b/x-plane-plugin/plugin.c index b0a41414..d2908e5a 100644 --- a/x-plane-plugin/plugin.c +++ b/x-plane-plugin/plugin.c @@ -23,7 +23,7 @@ #define WINE_MTX_NAME "facetracknoir-wine-mtx" #define BUILD_compat -#include "../opentrack-compat/export.hpp" +#include "compat/export.hpp" enum Axis { TX = 0, TY, TZ, Yaw, Pitch, Roll |