summaryrefslogtreecommitdiffstats
path: root/runtime/vsprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/vsprintf.c')
-rw-r--r--runtime/vsprintf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime/vsprintf.c b/runtime/vsprintf.c
index 674946b9..5875d509 100644
--- a/runtime/vsprintf.c
+++ b/runtime/vsprintf.c
@@ -12,11 +12,9 @@
#ifndef _VSPRINTF_C_
#define _VSPRINTF_C_
+#include "print.h"
#include "transport/transport.h"
-//forward declaration for _stp_vsnprintf
-static void * _stp_reserve_bytes (int);
-
static int skip_atoi(const char **s)
{
int i=0;