diff options
author | epoch <epoch@hacking.allowed.org> | 2019-08-03 07:37:01 -0500 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2019-08-03 07:37:01 -0500 |
commit | 798009e39c861c21fb20521114fe9061daeca18e (patch) | |
tree | 2ac0eec6428e16566f86c4bb516b1dab3d81f018 /src | |
parent | f35327185e712d248ee5871da228894afb9f13ba (diff) | |
download | hackvr-798009e39c861c21fb20521114fe9061daeca18e.tar.gz hackvr-798009e39c861c21fb20521114fe9061daeca18e.zip |
input.c needed input.h
Diffstat (limited to 'src')
-rw-r--r-- | src/input.c | 1 |
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; |