Parcourir la source

Added missing headers required for compilation in Etherboot.

tags/v0.9.3
Michael Brown il y a 18 ans
Parent
révision
a81f96998b
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2
    0
      src/proto/uip/uip.c

+ 2
- 0
src/proto/uip/uip.c Voir le fichier

@@ -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"

Chargement…
Annuler
Enregistrer