diff options
Diffstat (limited to 'lib/libc/stdlib/div.c')
| -rw-r--r-- | lib/libc/stdlib/div.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/div.c b/lib/libc/stdlib/div.c index cadc292e..e7a290a9 100644 --- a/lib/libc/stdlib/div.c +++ b/lib/libc/stdlib/div.c @@ -1,4 +1,4 @@ -#include <stdlib.h> +#include <stdlib.h> // for div_t, div div_t div(int numer, int denom) { |
