summaryrefslogtreecommitdiffstats
path: root/apps/plugins/calculator.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/calculator.c')
-rw-r--r--apps/plugins/calculator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/calculator.c b/apps/plugins/calculator.c
index 2c16e03c9c..079a6e500c 100644
--- a/apps/plugins/calculator.c
+++ b/apps/plugins/calculator.c
@@ -365,7 +365,7 @@ PLUGIN_HEADER
#define CALCULATOR_CLEAR BUTTON_TOPRIGHT
#endif
-#include "lib/touchscreen.h"
+#include "lib/pluginlib_touchscreen.h"
static struct ts_raster calc_raster = { X_0_POS, Y_1_POS,
BUTTON_COLS*REC_WIDTH, BUTTON_ROWS*REC_HEIGHT, REC_WIDTH, REC_HEIGHT };
#endif