summaryrefslogtreecommitdiff
path: root/nuttx/lib/lib_vsnprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/lib/lib_vsnprintf.c')
-rw-r--r--nuttx/lib/lib_vsnprintf.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/lib/lib_vsnprintf.c b/nuttx/lib/lib_vsnprintf.c
index ea6580bd4..6391701c8 100644
--- a/nuttx/lib/lib_vsnprintf.c
+++ b/nuttx/lib/lib_vsnprintf.c
@@ -37,11 +37,15 @@
* Included Files
****************************************************************************/
+#include <nuttx/config.h>
+
+#include <sys/types.h>
#include <stdio.h>
+
#include "lib_internal.h"
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/****************************************************************************