summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2019-08-03 07:37:01 -0500
committerepoch <epoch@hacking.allowed.org>2019-08-03 07:37:01 -0500
commit798009e39c861c21fb20521114fe9061daeca18e (patch)
tree2ac0eec6428e16566f86c4bb516b1dab3d81f018 /src
parentf35327185e712d248ee5871da228894afb9f13ba (diff)
downloadhackvr-798009e39c861c21fb20521114fe9061daeca18e.tar.gz
hackvr-798009e39c861c21fb20521114fe9061daeca18e.zip
input.c needed input.h
Diffstat (limited to 'src')
-rw-r--r--src/input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input.c b/src/input.c
index 567928b..8c1b99b 100644
--- a/src/input.c
+++ b/src/input.c
@@ -3,6 +3,7 @@
#include "graphics_x11.h"
#include "keyboard_x11.h"
#include "mouse_x11.h"
+#include "input.h"
extern struct x11_global x11_global;