]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Added missing includes
authorMichael Brown <mcb30@etherboot.org>
Mon, 8 Jan 2007 03:03:42 +0000 (03:03 +0000)
committerMichael Brown <mcb30@etherboot.org>
Mon, 8 Jan 2007 03:03:42 +0000 (03:03 +0000)
src/arch/i386/include/undi.h

index 7d6623452675a58a4a38fed69f58de37a1c4ca96..67b063b6769997d024e109b2fb1cf2d9ac6c9d67 100644 (file)
@@ -7,6 +7,9 @@
  *
  */
 
+#include <gpxe/device.h>
+#include <pxe_types.h>
+
 /** An UNDI device */
 struct undi_device {
        /** Generic device */