aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/vsprintf.c
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2011-05-27 15:49:24 +0100
committerKeir Fraser <keir@xen.org>2011-05-27 15:49:24 +0100
commit6f338af1e1461e2ebfe0528e7a1b5a5fbe12e8fe (patch)
tree3c4444f139adfabd2ae57fe8900816b3154a346f /xen/common/vsprintf.c
parentdc74142c5a0300e33c1d478c63d0fbdf06ed49a2 (diff)
downloadxen-6f338af1e1461e2ebfe0528e7a1b5a5fbe12e8fe.tar.gz
xen-6f338af1e1461e2ebfe0528e7a1b5a5fbe12e8fe.tar.bz2
xen-6f338af1e1461e2ebfe0528e7a1b5a5fbe12e8fe.zip
Clean up stdarg handling a little. Fix for NetBSD.
Signed-off-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/common/vsprintf.c')
-rw-r--r--xen/common/vsprintf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/common/vsprintf.c b/xen/common/vsprintf.c
index 8fd1ac25de..d9128e1691 100644
--- a/xen/common/vsprintf.c
+++ b/xen/common/vsprintf.c
@@ -16,7 +16,6 @@
* - scnprintf and vscnprintf
*/
-#include <xen/stdarg.h>
#include <xen/ctype.h>
#include <xen/lib.h>
#include <asm/div64.h>