re PR target/49817 (libiberty/stack-limit.c causes a bootstrap failure on all FreeBSD targets)

PR target/49817
	* stack-limit.c: Include <stdint.h>.

From-SVN: r176662
This commit is contained in:
Gerald Pfeifer 2011-07-22 22:52:55 +00:00 committed by Gerald Pfeifer
parent f5e62ce922
commit a0a22423b0
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2011-07-22 Gerald Pfeifer <gerald@pfeifer.com>
PR target/49817
* stack-limit.c: Include <stdint.h>.
2011-07-22 Jakub Jelinek <jakub@redhat.com>
PR c++/49756

View File

@ -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