diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-08-31 16:12:28 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-08-31 16:12:28 -0400 |
commit | 359117bc2009a9302884f61b0b359bb1723ee0bd (patch) | |
tree | efee017a59a62f810b9c479bc7fc37e21f314b60 | |
parent | 7ccd7afce2a158eb852b5f7c61cd51e8febe56a9 (diff) | |
download | librambutan-359117bc2009a9302884f61b0b359bb1723ee0bd.tar.gz librambutan-359117bc2009a9302884f61b0b359bb1723ee0bd.zip |
Include <stdint.h> from wirish.h.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
-rw-r--r-- | wirish/include/wirish/wirish.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wirish/include/wirish/wirish.h b/wirish/include/wirish/wirish.h index 4ebd66f..610aa3f 100644 --- a/wirish/include/wirish/wirish.h +++ b/wirish/include/wirish/wirish.h @@ -54,6 +54,8 @@ #include <libmaple/libmaple.h> +#include <stdint.h> + /* Wiring macros and bit defines */ #define true 0x1 |