diff options
| author | Michael Brown | 2007-01-08 04:03:42 +0100 |
|---|---|---|
| committer | Michael Brown | 2007-01-08 04:03:42 +0100 |
| commit | 239965ff3bc1df0e461a5e4a7ff5be190498c6d1 (patch) | |
| tree | 7f3b7dc16f7385ea5b24c54f4fbdd56c84f4669c /src/arch | |
| parent | Added missing declarations (diff) | |
| download | ipxe-239965ff3bc1df0e461a5e4a7ff5be190498c6d1.tar.gz ipxe-239965ff3bc1df0e461a5e4a7ff5be190498c6d1.tar.xz ipxe-239965ff3bc1df0e461a5e4a7ff5be190498c6d1.zip | |
Added missing includes
Diffstat (limited to 'src/arch')
| -rw-r--r-- | src/arch/i386/include/undi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/i386/include/undi.h b/src/arch/i386/include/undi.h index 7d6623452..67b063b67 100644 --- a/src/arch/i386/include/undi.h +++ b/src/arch/i386/include/undi.h @@ -7,6 +7,9 @@ * */ +#include <gpxe/device.h> +#include <pxe_types.h> + /** An UNDI device */ struct undi_device { /** Generic device */ |
