From 5dd740d17896d45a275712b6c27b6117fe918f25 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 19 Apr 2009 15:23:14 +0000 Subject: Use cstdio vs stdio.h git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1710 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/examples/helloxx/main.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx') 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 #include -#include +#include #include //*************************************************************************** -- cgit v1.2.3