aboutsummaryrefslogtreecommitdiff
path: root/frontend/pl_gun_ts.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/pl_gun_ts.h')
-rw-r--r--frontend/pl_gun_ts.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/frontend/pl_gun_ts.h b/frontend/pl_gun_ts.h
index 4e3d195..8a33627 100644
--- a/frontend/pl_gun_ts.h
+++ b/frontend/pl_gun_ts.h
@@ -1,3 +1,6 @@
+#ifndef __PL_GUN_TS_H__
+#define __PL_GUN_TS_H__
+
#ifdef HAVE_TSLIB
struct tsdev;
@@ -16,3 +19,5 @@ int pl_gun_ts_get_fd(struct tsdev *ts);
#define pl_set_gun_rect(...) do {} while (0)
#endif
+
+#endif /* __PL_GUN_TS_H__ */