diff options
Diffstat (limited to 'libiberty/stack-limit.c')
-rw-r--r-- | libiberty/stack-limit.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/stack-limit.c b/libiberty/stack-limit.c index 28541b1..e64cac2 100644 --- a/libiberty/stack-limit.c +++ b/libiberty/stack-limit.c @@ -35,6 +35,9 @@ Attempt to increase stack size limit to @var{pref} bytes if possible. #include "config.h" +#ifdef HAVE_STDINT_H +#include <stdint.h> +#endif #ifdef HAVE_SYS_RESOURCE_H #include <sys/resource.h> #endif |