summaryrefslogtreecommitdiffstats
path: root/src/core/buffer.c
diff options
context:
space:
mode:
authorMarty Connor2006-09-27 06:04:55 +0200
committerMarty Connor2006-09-27 06:04:55 +0200
commit1da4faa8960f18f9a1c17a5b8f6227b2efd3f57f (patch)
tree372d5701fc91d9652128df48c6ee1b2deb4473ea /src/core/buffer.c
parenteth_ntoa and warnings cleanup (diff)
downloadipxe-1da4faa8960f18f9a1c17a5b8f6227b2efd3f57f.tar.gz
ipxe-1da4faa8960f18f9a1c17a5b8f6227b2efd3f57f.tar.xz
ipxe-1da4faa8960f18f9a1c17a5b8f6227b2efd3f57f.zip
include stdio.h to suppress printf warning, general warnings fixups
Diffstat (limited to 'src/core/buffer.c')
-rw-r--r--src/core/buffer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/buffer.c b/src/core/buffer.c
index 5c31ff8d..df08b66d 100644
--- a/src/core/buffer.c
+++ b/src/core/buffer.c
@@ -38,6 +38,7 @@
*
*/
+#include "stdio.h"
#include "stddef.h"
#include "string.h"
#include "io.h"