david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Added missing headers required for compilation in Etherboot.

This commit is contained in:
Michael Brown 2006-04-24 19:35:10 +00:00
parent 455b76980f
commit a81f96998b
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@ TCP/IP stack will calculate the checksums, and fill in the necessary
header fields and finally send the packet back to the peer. header fields and finally send the packet back to the peer.
*/ */
#include <stdint.h>
#include <byteswap.h>
#include "uip.h" #include "uip.h"
#include "uipopt.h" #include "uipopt.h"
#include "uip_arch.h" #include "uip_arch.h"