summaryrefslogtreecommitdiff
path: root/apps/plugins/minesweeper.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/minesweeper.c')
-rw-r--r--apps/plugins/minesweeper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c
index 5bd38dc244..47be0ea309 100644
--- a/apps/plugins/minesweeper.c
+++ b/apps/plugins/minesweeper.c
@@ -340,7 +340,7 @@ char str[30];
340 340
341#ifdef HAVE_TOUCHSCREEN 341#ifdef HAVE_TOUCHSCREEN
342 342
343#include "lib/touchscreen.h" 343#include "lib/pluginlib_touchscreen.h"
344static struct ts_raster mine_raster = { 0, 0, MAX_WIDTH, MAX_HEIGHT, TileSize, TileSize }; 344static struct ts_raster mine_raster = { 0, 0, MAX_WIDTH, MAX_HEIGHT, TileSize, TileSize };
345#endif 345#endif
346 346