]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - common/host.h
Fix debouncing code.(gh60)
[max/tmk_keyboard.git] / common / host.h
index 207b68310022678b90ed236bb99c248bb7e0badd..8417987966d2962411cbdd855f153c9d8580e0fa 100644 (file)
@@ -19,6 +19,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define HOST_H
 
 #include <stdint.h>
+#include <stdbool.h>
 #include "report.h"
 #include "host_driver.h"