summaryrefslogtreecommitdiffstats
path: root/src/core/image.c
diff options
context:
space:
mode:
authorMarty Connor2006-06-29 21:04:25 +0200
committerMarty Connor2006-06-29 21:04:25 +0200
commiteb091f03e3b05606e028df96931c8de5daeffe23 (patch)
tree98bc99a23983164e063997c8306a9857e9ea7f92 /src/core/image.c
parentRemoved vestigal FILO code (diff)
downloadipxe-eb091f03e3b05606e028df96931c8de5daeffe23.tar.gz
ipxe-eb091f03e3b05606e028df96931c8de5daeffe23.tar.xz
ipxe-eb091f03e3b05606e028df96931c8de5daeffe23.zip
fix printf format args
Diffstat (limited to 'src/core/image.c')
-rw-r--r--src/core/image.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/image.c b/src/core/image.c
index c60373c9..d8f96b53 100644
--- a/src/core/image.c
+++ b/src/core/image.c
@@ -2,6 +2,7 @@
#include "buffer.h"
#include "load_buffer.h"
#include "image.h"
+#include <console.h>
static struct image images[0] __image_start;
static struct image images_end[0] __image_end;