summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnuttx/examples/helloxx/main.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/examples/helloxx/main.cxx b/nuttx/examples/helloxx/main.cxx
index 9652758c3..7f8230c4a 100755
--- a/nuttx/examples/helloxx/main.cxx
+++ b/nuttx/examples/helloxx/main.cxx
@@ -39,7 +39,7 @@
#include <nuttx/config.h>
#include <nuttx/init.h>
-#include <stdio.h>
+#include <cstdio>
#include <debug.h>
//***************************************************************************