summaryrefslogtreecommitdiff
path: root/src/stdlib/llabs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/llabs.c')
-rw-r--r--src/stdlib/llabs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdlib/llabs.c b/src/stdlib/llabs.c
index 2f474fe9..6ccf9c49 100644
--- a/src/stdlib/llabs.c
+++ b/src/stdlib/llabs.c
@@ -1,4 +1,5 @@
#include <stdlib.h>
+#include "limits.h"
long long int llabs(long long int j)
{