diff options
Diffstat (limited to 'lib/libc/endian/htole16.c')
| -rw-r--r-- | lib/libc/endian/htole16.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/endian/htole16.c b/lib/libc/endian/htole16.c index c5b1caa7..9bdd1675 100644 --- a/lib/libc/endian/htole16.c +++ b/lib/libc/endian/htole16.c @@ -1,4 +1,5 @@ -#include <endian.h> +#include <endian.h> // for htole16 +#include <stdint.h> // for uint16_t uint16_t htole16(uint16_t host_16bits) { |
