diff options
| author | tmk <nobody@nowhere> | 2012-11-13 10:09:41 +0900 | 
|---|---|---|
| committer | tmk <nobody@nowhere> | 2012-11-13 10:09:41 +0900 | 
| commit | 2ea4ee0ce6bc29aaadf20b3202838850522f7e14 (patch) | |
| tree | 0e50220e053586c8fb203f78d2f3769a61ae1a8d /common/host.h | |
| parent | 77f157943f4e083fb9f1eaa0a55078b128842458 (diff) | |
| parent | ce4857e021adf0dede358b9334c3bf9d783cb641 (diff) | |
| download | firmware-2ea4ee0ce6bc29aaadf20b3202838850522f7e14.tar.gz firmware-2ea4ee0ce6bc29aaadf20b3202838850522f7e14.tar.bz2 firmware-2ea4ee0ce6bc29aaadf20b3202838850522f7e14.zip  | |
Merge branch 'hid_liber'
Diffstat (limited to 'common/host.h')
| -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 207b68310..841798796 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"  | 
