diff options
author | Marco Paland <marco@paland.com> | 2017-11-13 09:22:57 +0100 |
---|---|---|
committer | Marco Paland <marco@paland.com> | 2017-11-13 09:22:57 +0100 |
commit | aa47054dd8b6fd0b0303a997b8b4149aaa066b47 (patch) | |
tree | 906fce7c6a6a57d86a08d5867ffdc74d0446dfa2 | |
parent | 06b080dc45439cb94a23ef894fff33079095adda (diff) | |
download | printf-aa47054dd8b6fd0b0303a997b8b4149aaa066b47.tar.gz printf-aa47054dd8b6fd0b0303a997b8b4149aaa066b47.tar.bz2 printf-aa47054dd8b6fd0b0303a997b8b4149aaa066b47.zip |
Add 'bool' type support
-rw-r--r-- | printf.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ ///////////////////////////////////////////////////////////////////////////////
#include <stdarg.h>
+#include <stdbool.h>
#include "printf.h"
|