Browse Source

Added missing #include

tags/v0.9.3
Michael Brown 17 years ago
parent
commit
3b8b06ae90
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/include/gpxe/open.h

+ 1
- 0
src/include/gpxe/open.h View File

7
  *
7
  *
8
  */
8
  */
9
 
9
 
10
+#include <stdarg.h>
10
 #include <gpxe/tables.h>
11
 #include <gpxe/tables.h>
11
 
12
 
12
 struct xfer_interface;
13
 struct xfer_interface;

Loading…
Cancel
Save