소스 검색

Added missing headers required for compilation in Etherboot.

tags/v0.9.3
Michael Brown 19 년 전
부모
커밋
a81f96998b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      src/proto/uip/uip.c

+ 2
- 0
src/proto/uip/uip.c 파일 보기

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

Loading…
취소
저장