aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/vsprintf.c
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-18 17:08:09 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-18 17:08:09 +0100
commit2db40abe9933c27ffbbc04d0fa9c9f38e795d973 (patch)
treef343d0ec6da209182f8d42a68c25a059af923db3 /xen/common/vsprintf.c
parentea847a59dc7db35e48d15faf01ca81ba982675c8 (diff)
downloadxen-2db40abe9933c27ffbbc04d0fa9c9f38e795d973.tar.gz
xen-2db40abe9933c27ffbbc04d0fa9c9f38e795d973.tar.bz2
xen-2db40abe9933c27ffbbc04d0fa9c9f38e795d973.zip
[OpenBSD] Various changes to get Xen building on OpenBSD.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/common/vsprintf.c')
-rw-r--r--xen/common/vsprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/common/vsprintf.c b/xen/common/vsprintf.c
index da82029195..7de43593fe 100644
--- a/xen/common/vsprintf.c
+++ b/xen/common/vsprintf.c
@@ -16,7 +16,7 @@
* - scnprintf and vscnprintf
*/
-#include <stdarg.h>
+#include <xen/stdarg.h>
#include <xen/ctype.h>
#include <xen/lib.h>
#include <asm/div64.h>