summaryrefslogtreecommitdiffstats
path: root/runtime/vsprintf.c
diff options
context:
space:
mode:
authorStan Cox <scox@redhat.com>2009-06-19 14:06:52 -0400
committerStan Cox <scox@redhat.com>2009-06-19 14:06:52 -0400
commitd138d3d71a1685c53cc5c2b72ed8ae64d3e012d2 (patch)
tree966ff2622c07fb84513b487482a1a1f46bae5dfc /runtime/vsprintf.c
parent45148f5b5e371ff852dbbb08d83c5e87932b372e (diff)
parenteba61c56888482553551a16ec651444a583522e0 (diff)
downloadsystemtap-steved-d138d3d71a1685c53cc5c2b72ed8ae64d3e012d2.tar.gz
systemtap-steved-d138d3d71a1685c53cc5c2b72ed8ae64d3e012d2.tar.xz
systemtap-steved-d138d3d71a1685c53cc5c2b72ed8ae64d3e012d2.zip
Merge branch 'master' of ssh://sourceware.org/git/systemtap
Diffstat (limited to 'runtime/vsprintf.c')
-rw-r--r--runtime/vsprintf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/vsprintf.c b/runtime/vsprintf.c
index 23810e75..5875d509 100644
--- a/runtime/vsprintf.c
+++ b/runtime/vsprintf.c
@@ -12,8 +12,8 @@
#ifndef _VSPRINTF_C_
#define _VSPRINTF_C_
-//forward declaration for _stp_vsnprintf
-static void * _stp_reserve_bytes (int);
+#include "print.h"
+#include "transport/transport.h"
static int skip_atoi(const char **s)
{