]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Added missing #include
authorMichael Brown <mcb30@etherboot.org>
Mon, 30 Jul 2007 02:00:15 +0000 (03:00 +0100)
committerMichael Brown <mcb30@etherboot.org>
Mon, 30 Jul 2007 02:00:15 +0000 (03:00 +0100)
src/include/gpxe/open.h

index abba29c4c5a128a95af59227d399688ac762a83f..beab0a1f72cdcded32d9edbffd43463a765eeec1 100644 (file)
@@ -7,6 +7,7 @@
  *
  */
 
+#include <stdarg.h>
 #include <gpxe/tables.h>
 
 struct xfer_interface;