aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/device.c
diff options
context:
space:
mode:
authorMarty Connor <mdc@etherboot.org>2006-09-27 04:04:55 +0000
committerMarty Connor <mdc@etherboot.org>2006-09-27 04:04:55 +0000
commit1da4faa8960f18f9a1c17a5b8f6227b2efd3f57f (patch)
tree372d5701fc91d9652128df48c6ee1b2deb4473ea /src/core/device.c
parent757618edea4c457021a18c94edbeb23494edf4af (diff)
downloadipxe-1da4faa8960f18f9a1c17a5b8f6227b2efd3f57f.tar.gz
include stdio.h to suppress printf warning, general warnings fixups
Diffstat (limited to 'src/core/device.c')
-rw-r--r--src/core/device.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/device.c b/src/core/device.c
index e54ab297..dfbb997e 100644
--- a/src/core/device.c
+++ b/src/core/device.c
@@ -19,6 +19,7 @@
#include <gpxe/list.h>
#include <gpxe/tables.h>
#include <gpxe/device.h>
+#include "stdio.h"
/**
* @file