summaryrefslogtreecommitdiff
path: root/common/host.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2012-11-13 10:04:35 +0900
committertmk <nobody@nowhere>2012-11-13 10:07:59 +0900
commitce4857e021adf0dede358b9334c3bf9d783cb641 (patch)
tree0e50220e053586c8fb203f78d2f3769a61ae1a8d /common/host.h
parent98052b8afd52c93e2d5a1e6acd6afd6e6d2a288c (diff)
Fix and keymap of hid_liber from alaricljs at geekhack.org.
Diffstat (limited to 'common/host.h')
-rw-r--r--common/host.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/host.h b/common/host.h
index 207b683100..8417987966 100644
--- a/common/host.h
+++ b/common/host.h
@@ -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"