Просмотр исходного кода

Added missing headers required for compilation in Etherboot.

tags/v0.9.3
Michael Brown 20 лет назад
Родитель
Сommit
a81f96998b
1 измененных файлов: 2 добавлений и 0 удалений
  1. 2
    0
      src/proto/uip/uip.c

+ 2
- 0
src/proto/uip/uip.c Просмотреть файл

63
 header fields and finally send the packet back to the peer.
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
 #include "uip.h"
68
 #include "uip.h"
67
 #include "uipopt.h"
69
 #include "uipopt.h"
68
 #include "uip_arch.h"
70
 #include "uip_arch.h"

Загрузка…
Отмена
Сохранить