Commit a0a22423 by Gerald Pfeifer Committed by Gerald Pfeifer

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
parent f5e62ce9
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment