summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2007-07-30 04:00:15 +0200
committerMichael Brown2007-07-30 04:00:15 +0200
commit3b8b06ae90cc73137585ec93d554f3bd351c6d6a (patch)
tree8b5d50ea88b1921ea3e9f63a6b8b9ec2176fb235 /src/include
parentInhibit compiler warning (diff)
downloadipxe-3b8b06ae90cc73137585ec93d554f3bd351c6d6a.tar.gz
ipxe-3b8b06ae90cc73137585ec93d554f3bd351c6d6a.tar.xz
ipxe-3b8b06ae90cc73137585ec93d554f3bd351c6d6a.zip
Added missing #include
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/open.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gpxe/open.h b/src/include/gpxe/open.h
index abba29c4c..beab0a1f7 100644
--- a/src/include/gpxe/open.h
+++ b/src/include/gpxe/open.h
@@ -7,6 +7,7 @@
*
*/
+#include <stdarg.h>
#include <gpxe/tables.h>
struct xfer_interface;