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