diff options
| author | Michael Brown | 2007-07-04 00:10:16 +0200 |
|---|---|---|
| committer | Michael Brown | 2007-07-04 00:10:16 +0200 |
| commit | 7db6b4b79cff2a3c16390db74a0aa8bb1b134a7f (patch) | |
| tree | d0bca681d06c3aa4310e7cd5e0526541e6397802 /src/tests | |
| parent | Separated out initialisation functions from startup/shutdown functions. (diff) | |
| parent | remove obsolete file: src/arch/i386/prefix/int19exit.c (diff) | |
| download | ipxe-7db6b4b79cff2a3c16390db74a0aa8bb1b134a7f.tar.gz ipxe-7db6b4b79cff2a3c16390db74a0aa8bb1b134a7f.tar.xz ipxe-7db6b4b79cff2a3c16390db74a0aa8bb1b134a7f.zip | |
Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe
Diffstat (limited to 'src/tests')
| -rw-r--r-- | src/tests/iscsiboot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/iscsiboot.c b/src/tests/iscsiboot.c index bb20a5fa8..22dccb1d7 100644 --- a/src/tests/iscsiboot.c +++ b/src/tests/iscsiboot.c @@ -5,6 +5,7 @@ #include <gpxe/netdevice.h> #include <gpxe/iscsi.h> #include <gpxe/ibft.h> +#include <gpxe/tcpip.h> #include <int13.h> static struct iscsi_device test_iscsidev; |
