]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Added missing headers required for compilation in Etherboot.
authorMichael Brown <mcb30@etherboot.org>
Mon, 24 Apr 2006 19:35:10 +0000 (19:35 +0000)
committerMichael Brown <mcb30@etherboot.org>
Mon, 24 Apr 2006 19:35:10 +0000 (19:35 +0000)
src/proto/uip/uip.c

index c452dd3d9f05d40c2a5afeb4abf3cf7cebaafafa..cde69fef88fc25d986385a3c58dab18aa19df29e 100644 (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.
 */
 
+#include <stdint.h>
+#include <byteswap.h>
 #include "uip.h"
 #include "uipopt.h"
 #include "uip_arch.h"