diff options
author | tmk <nobody@nowhere> | 2012-11-13 10:04:35 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-11-13 10:07:59 +0900 |
commit | ce4857e021adf0dede358b9334c3bf9d783cb641 (patch) | |
tree | 0e50220e053586c8fb203f78d2f3769a61ae1a8d /common | |
parent | 98052b8afd52c93e2d5a1e6acd6afd6e6d2a288c (diff) |
Fix and keymap of hid_liber from alaricljs at geekhack.org.
Diffstat (limited to 'common')
-rw-r--r-- | common/host.h | 1 |
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" |