diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-02-27 19:20:00 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-02-27 19:20:00 -0500 |
| commit | c909895b5634957c8ad60aab2cdd6d4b35357f87 (patch) | |
| tree | 32c41e7cae15465d053499da925c60691029c4ef /src/stdlib | |
| parent | 6a6c33f194a2de8f1c12a4cfd74ad5ad393808e6 (diff) | |
add missing header
Diffstat (limited to 'src/stdlib')
| -rw-r--r-- | src/stdlib/llabs.c | 1 |
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) { |
