diff options
Diffstat (limited to 'userland/libc/tb')
-rw-r--r-- | userland/libc/tb/sv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/userland/libc/tb/sv.c b/userland/libc/tb/sv.c index ad0a61c..45eb0d9 100644 --- a/userland/libc/tb/sv.c +++ b/userland/libc/tb/sv.c @@ -1,8 +1,8 @@ #include <ctype.h> +#include <math.h> #include <stdlib.h> #include <string.h> #include <tb/sv.h> -#include <math.h> char *SV_TO_C(struct sv s) { char *c_string = malloc(s.length + 1); |