summaryrefslogtreecommitdiff
path: root/nuttx/lib/stdio/lib_lowinstream.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/lib/stdio/lib_lowinstream.c')
-rw-r--r--nuttx/lib/stdio/lib_lowinstream.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/lib/stdio/lib_lowinstream.c b/nuttx/lib/stdio/lib_lowinstream.c
index c97a4721f..499a647ea 100644
--- a/nuttx/lib/stdio/lib_lowinstream.c
+++ b/nuttx/lib/stdio/lib_lowinstream.c
@@ -39,8 +39,6 @@
#include <nuttx/config.h>
-#ifdef CONFIG_ARCH_LOWGETC
-
#include <stdio.h>
#include <assert.h>
#include <errno.h>
@@ -49,6 +47,8 @@
#include "lib_internal.h"
+#ifdef CONFIG_ARCH_LOWGETC
+
/****************************************************************************
* Private Functions
****************************************************************************/