AP_Common: include stdbool.h for ARM

This commit is contained in:
Andrew Tridgell 2013-01-02 14:23:45 +11:00
parent d6b00bd848
commit ac8fcd5b23

View File

@ -16,6 +16,7 @@
#define __AP_COMMON_H__
#include <stdint.h>
#include <stdbool.h>
#pragma GCC diagnostic warning "-Wall"
#pragma GCC diagnostic warning "-Wextra"