diff options
Diffstat (limited to 'lib/libc/stdlib/lldiv.c')
| -rw-r--r-- | lib/libc/stdlib/lldiv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/lldiv.c b/lib/libc/stdlib/lldiv.c index 6df419b3..0b962974 100644 --- a/lib/libc/stdlib/lldiv.c +++ b/lib/libc/stdlib/lldiv.c @@ -1,4 +1,4 @@ -#include <stdlib.h> +#include <stdlib.h> // for lldiv_t, lldiv lldiv_t lldiv(long long numer, long long denom) { |
