summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/ldiv.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdlib/ldiv.c')
-rw-r--r--lib/libc/stdlib/ldiv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/ldiv.c b/lib/libc/stdlib/ldiv.c
index 9fc62b8d..e1fcdf50 100644
--- a/lib/libc/stdlib/ldiv.c
+++ b/lib/libc/stdlib/ldiv.c
@@ -1,4 +1,4 @@
-#include <stdlib.h>
+#include <stdlib.h> // for ldiv_t, ldiv
ldiv_t ldiv(long numer, long denom)
{