diff options
Diffstat (limited to 'src/stdlib/llabs.c')
| -rw-r--r-- | src/stdlib/llabs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdlib/llabs.c b/src/stdlib/llabs.c index 9fc00ab6..a2a6cfbe 100644 --- a/src/stdlib/llabs.c +++ b/src/stdlib/llabs.c @@ -1,5 +1,5 @@ #include <stdlib.h> -#include "limits.h" +#include <limits.h> /** absolute value **/ |
