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