diff options
Diffstat (limited to 'libc/conv.c')
-rw-r--r-- | libc/conv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/conv.c b/libc/conv.c index d0a9a59..670fdb3 100644 --- a/libc/conv.c +++ b/libc/conv.c @@ -1,5 +1,6 @@ // MIT License, Copyright (c) 2020 Marvin Borner +#include <conv.h> #include <def.h> #include <math.h> #include <mem.h> |