aboutsummaryrefslogtreecommitdiff
path: root/src/include/general.h
diff options
context:
space:
mode:
authorGareth McMullin2012-06-24 21:37:10 +1200
committerGareth McMullin2012-06-24 21:41:32 +1200
commit03fdd23e9cd72c4793fc9107da8b0a08a5793a4f (patch)
tree471cdc739875887952044c05274ffdc47701a3bf /src/include/general.h
parenta16123997b77a5d3a137fcd80e6bf4134b7a4a23 (diff)
Added mechanism for target driver to add new monitor commands.
Diffstat (limited to 'src/include/general.h')
-rw-r--r--src/include/general.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/general.h b/src/include/general.h
index 65ec2af..b0721ac 100644
--- a/src/include/general.h
+++ b/src/include/general.h
@@ -29,6 +29,7 @@
#endif
#include <stdint.h>
+#include <stdbool.h>
#endif