diff options
Diffstat (limited to 'LUFA/Common/Common.h')
-rw-r--r-- | LUFA/Common/Common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h index 76144f94b..e52aae8e0 100644 --- a/LUFA/Common/Common.h +++ b/LUFA/Common/Common.h @@ -57,7 +57,8 @@ #define __COMMON_H__ /* Includes: */ - #include <avr/io.h> + #include <stdint.h> + #include <stdbool.h> #include "Attributes.h" #include "BoardTypes.h" |