diff options
Diffstat (limited to 'src/userspace/libc/stdlib/htoi.c')
-rw-r--r-- | src/userspace/libc/stdlib/htoi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/userspace/libc/stdlib/htoi.c b/src/userspace/libc/stdlib/htoi.c index 8897d20..0d0ab30 100644 --- a/src/userspace/libc/stdlib/htoi.c +++ b/src/userspace/libc/stdlib/htoi.c @@ -1,6 +1,6 @@ -#include <stdint.h> -#include <stddef.h> #include <math.h> +#include <stddef.h> +#include <stdint.h> #include <string.h> int htoi(char *str) |