diff options
Diffstat (limited to 'demos/Posix-GCC/main.c')
-rw-r--r-- | demos/Posix-GCC/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/Posix-GCC/main.c b/demos/Posix-GCC/main.c index 7514faebf..d4ed8f9c8 100644 --- a/demos/Posix-GCC/main.c +++ b/demos/Posix-GCC/main.c @@ -18,6 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <stdio.h>
+
#include "ch.h"
#include "hal.h"
#include "test.h"
|