diff --git a/include/sys/byteorder.h b/include/sys/byteorder.h index d98c16bc4bc..1c329666075 100644 --- a/include/sys/byteorder.h +++ b/include/sys/byteorder.h @@ -14,6 +14,7 @@ #include #include #include +#include /* Internal helpers only used by the sys_* APIs further below */ #define __bswap_16(x) ((u16_t) ((((x) >> 8) & 0xff) | (((x) & 0xff) << 8)))