summaryrefslogtreecommitdiffstats
path: root/runtime/vsprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/vsprintf.c')
-rw-r--r--runtime/vsprintf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/vsprintf.c b/runtime/vsprintf.c
index 23810e75..674946b9 100644
--- a/runtime/vsprintf.c
+++ b/runtime/vsprintf.c
@@ -12,6 +12,8 @@
#ifndef _VSPRINTF_C_
#define _VSPRINTF_C_
+#include "transport/transport.h"
+
//forward declaration for _stp_vsnprintf
static void * _stp_reserve_bytes (int);