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