diff options
Diffstat (limited to 'apps/plugins/pegbox.c')
| -rw-r--r-- | apps/plugins/pegbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/pegbox.c b/apps/plugins/pegbox.c index 67714fe..cd90de4 100644 --- a/apps/plugins/pegbox.c +++ b/apps/plugins/pegbox.c @@ -520,7 +520,7 @@ PLUGIN_HEADER #ifdef HAVE_TOUCHSCREEN -#include "lib/touchscreen.h" +#include "lib/pluginlib_touchscreen.h" static struct ts_raster pegbox_raster = { BOARD_X, BOARD_Y, COLS*PIECE_WIDTH, ROWS*PIECE_HEIGHT, PIECE_WIDTH, PIECE_HEIGHT }; |