summaryrefslogtreecommitdiffstats
path: root/src/core/vsprintf.c
diff options
context:
space:
mode:
authorMichael Brown2007-01-19 02:17:23 +0100
committerMichael Brown2007-01-19 02:17:23 +0100
commitf4c1e564a1da2f755b25019273b20aa7964dd784 (patch)
treeb8681bf9d6903b31f00889e45f5835a8169ea5b3 /src/core/vsprintf.c
parentUse stdio.h instead of vsprintf.h (diff)
downloadipxe-f4c1e564a1da2f755b25019273b20aa7964dd784.tar.gz
ipxe-f4c1e564a1da2f755b25019273b20aa7964dd784.tar.xz
ipxe-f4c1e564a1da2f755b25019273b20aa7964dd784.zip
vsprintf.h is gPXE-specific; move it to include/gpxe
Diffstat (limited to 'src/core/vsprintf.c')
-rw-r--r--src/core/vsprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/vsprintf.c b/src/core/vsprintf.c
index ca22ae88..e6f072e7 100644
--- a/src/core/vsprintf.c
+++ b/src/core/vsprintf.c
@@ -21,7 +21,7 @@
#include <stdio.h>
#include <console.h>
#include <errno.h>
-#include <vsprintf.h>
+#include <gpxe/vsprintf.h>
/** @file */