From 798009e39c861c21fb20521114fe9061daeca18e Mon Sep 17 00:00:00 2001
From: epoch <epoch@hacking.allowed.org>
Date: Sat, 3 Aug 2019 07:37:01 -0500
Subject: input.c needed input.h

---
 src/input.c | 1 +
 1 file changed, 1 insertion(+)

(limited to 'src')

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;
 
-- 
cgit v1.2.3