http://git.etherboot.org
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
455b769
)
Added missing headers required for compilation in Etherboot.
author
Michael Brown
<mcb30@etherboot.org>
Mon, 24 Apr 2006 19:35:10 +0000
(19:35 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Mon, 24 Apr 2006 19:35:10 +0000
(19:35 +0000)
src/proto/uip/uip.c
patch
|
blob
|
history
diff --git
a/src/proto/uip/uip.c
b/src/proto/uip/uip.c
index
c452dd3
..
cde69fe
100644
(file)
--- 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"