diff options
author | Marty Connor <mdc@etherboot.org> | 2007-07-03 16:20:54 -0400 |
---|---|---|
committer | Marty Connor <mdc@etherboot.org> | 2007-07-03 16:20:54 -0400 |
commit | ec0da04e7d3122db9d86532db2c36a8012c22480 (patch) | |
tree | d5f882ef4b0d41c9059f6240b3f159c8b55398a9 /src/tests | |
parent | a5f33ea28393218f6683ce270074ce0d0eb192e5 (diff) | |
download | ipxe-ec0da04e7d3122db9d86532db2c36a8012c22480.tar.gz |
Warnings purge iscsiboot.c
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 bb20a5fa..22dccb1d 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; |