summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-05-05 11:41:15 -0700
committerLorenz Meier <lm@inf.ethz.ch>2014-05-05 11:41:15 -0700
commite2f1574d10d228063f0eb6f47a4e089bd2d5ae1d (patch)
tree99250f161b122fb5bb20c9ddb6e8a547b374544d
parent099b2017ccfa0fc7696f168db2a0c2e13fe5edbc (diff)
parent649e29ccd35e24257e552db7c7de4d375c4aee27 (diff)
downloadpx4-nuttx-e2f1574d10d228063f0eb6f47a4e089bd2d5ae1d.tar.gz
px4-nuttx-e2f1574d10d228063f0eb6f47a4e089bd2d5ae1d.tar.bz2
px4-nuttx-e2f1574d10d228063f0eb6f47a4e089bd2d5ae1d.zip
Merge pull request #14 from pavel-kirienko/cstdio_guard_fix
Fixed include guard in cstdio
-rw-r--r--nuttx/include/cxx/cstdio6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/include/cxx/cstdio b/nuttx/include/cxx/cstdio
index 6a9620e1a..11348065d 100644
--- a/nuttx/include/cxx/cstdio
+++ b/nuttx/include/cxx/cstdio
@@ -33,8 +33,8 @@
//
//***************************************************************************
-#ifndef __INCLUDE_CXX_CCTYPE
-#define __INCLUDE_CXX_CCTYPE
+#ifndef __INCLUDE_CXX_CSTDIO
+#define __INCLUDE_CXX_CSTDIO
//***************************************************************************
// Included Files
@@ -93,4 +93,4 @@ namespace std
using ::statfs;
}
-#endif // __INCLUDE_CXX_CCTYPE
+#endif // __INCLUDE_CXX_CSTDIO