diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/proto/uip/uip.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proto/uip/uip.c b/src/proto/uip/uip.c index c452dd3d9..cde69fef8 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" |
