summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/touchscreen.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/touchscreen.c')
-rw-r--r--apps/plugins/lib/touchscreen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/lib/touchscreen.c b/apps/plugins/lib/touchscreen.c
index cda2f46f1e..5b7517349a 100644
--- a/apps/plugins/lib/touchscreen.c
+++ b/apps/plugins/lib/touchscreen.c
@@ -21,7 +21,7 @@
21 21
22#include "plugin.h" 22#include "plugin.h"
23 23
24#ifdef HAVE_TOUCHPAD 24#ifdef HAVE_TOUCHSCREEN
25 25
26#include "touchscreen.h" 26#include "touchscreen.h"
27 27
@@ -132,4 +132,4 @@ struct ts_raster_button_result touchscreen_raster_map_button(struct ts_raster_bu
132 return ret; 132 return ret;
133} 133}
134 134
135#endif /* HAVE_TOUCHPAD */ 135#endif /* HAVE_TOUCHSCREEN */