summaryrefslogtreecommitdiff
path: root/nuttx/lib/lib_vfprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/lib/lib_vfprintf.c')
-rw-r--r--nuttx/lib/lib_vfprintf.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/lib/lib_vfprintf.c b/nuttx/lib/lib_vfprintf.c
index 38da9c028..5e17526a1 100644
--- a/nuttx/lib/lib_vfprintf.c
+++ b/nuttx/lib/lib_vfprintf.c
@@ -37,14 +37,15 @@
* Included Files
****************************************************************************/
-#include <sys/types.h>
+#include <nuttx/config.h>
+
#include <stdio.h>
#include <semaphore.h>
#include "lib_internal.h"
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/****************************************************************************