From: Michael Brown Date: Mon, 24 Apr 2006 19:35:10 +0000 (+0000) Subject: Added missing headers required for compilation in Etherboot. X-Git-Tag: v0.9.3~1486 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a81f96998beaf44a9d7ca0a887c650c878aeddeb;p=thirdparty%2Fipxe.git Added missing headers required for compilation in Etherboot. --- diff --git a/src/proto/uip/uip.c b/src/proto/uip/uip.c index c452dd3d9..cde69fef8 100644 --- a/src/proto/uip/uip.c +++ b/src/proto/uip/uip.c @@ -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 +#include #include "uip.h" #include "uipopt.h" #include "uip_arch.h"