summaryrefslogtreecommitdiffstats
path: root/src/proto
diff options
context:
space:
mode:
authorMichael Brown2006-04-24 21:35:10 +0200
committerMichael Brown2006-04-24 21:35:10 +0200
commita81f96998beaf44a9d7ca0a887c650c878aeddeb (patch)
tree40d0099a5e1e3b0e5657214ec4b329a9e72dd2ae /src/proto
parentAdded pkb_reserve(). (diff)
downloadipxe-a81f96998beaf44a9d7ca0a887c650c878aeddeb.tar.gz
ipxe-a81f96998beaf44a9d7ca0a887c650c878aeddeb.tar.xz
ipxe-a81f96998beaf44a9d7ca0a887c650c878aeddeb.zip
Added missing headers required for compilation in Etherboot.
Diffstat (limited to 'src/proto')
-rw-r--r--src/proto/uip/uip.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proto/uip/uip.c b/src/proto/uip/uip.c
index c452dd3d..cde69fef 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 <stdint.h>
+#include <byteswap.h>
#include "uip.h"
#include "uipopt.h"
#include "uip_arch.h"