diff options
author | Roland McGrath <[email protected]> | 2007-02-06 04:47:44 +0000 |
---|---|---|
committer | Roland McGrath <[email protected]> | 2007-02-06 04:47:44 +0000 |
commit | f82a1ec3ed061c892dd1f11fc09bf14290334234 (patch) | |
tree | a138f6060e612351577e6e4bd3c8f6e5672e89d9 /src/ar.c | |
parent | b5da2578153fbf4bb1b8ade50caa079bb61877a5 (diff) |
2007-02-05 Roland McGrath <[email protected]>
* ar.c: Include <limits.h>, since we use LONG_MAX.
Diffstat (limited to 'src/ar.c')
-rw-r--r-- | src/ar.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ #include <fcntl.h> #include <gelf.h> #include <libintl.h> +#include <limits.h> #include <locale.h> #include <mcheck.h> #include <search.h> |