Browse Source

Added missing include

tags/v0.9.3
Michael Brown 17 years ago
parent
commit
aff96c13d2
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/arch/i386/include/undirom.h

+ 2
- 0
src/arch/i386/include/undirom.h View File

@@ -7,6 +7,8 @@
7 7
  *
8 8
  */
9 9
 
10
+#include <pxe_types.h>
11
+
10 12
 /** An UNDI PCI device ID */
11 13
 struct undi_pci_device_id {
12 14
 	/** PCI vendor ID */

Loading…
Cancel
Save