Commit 85d8c21e by Ian Lance Taylor Committed by Ian Lance Taylor

alloc.c: #include <sys/types.h>.

	* alloc.c: #include <sys/types.h>.
	* mmap.c: Likewise.

From-SVN: r197057
parent 7482c470
2013-03-25 Ian Lance Taylor <iant@google.com>
* alloc.c: #include <sys/types.h>.
* mmap.c: Likewise.
2013-01-31 Ian Lance Taylor <iant@google.com>
* dwarf.c (read_function_info): Permit fvec parameter to be NULL.
......
......@@ -34,6 +34,7 @@ POSSIBILITY OF SUCH DAMAGE. */
#include <errno.h>
#include <stdlib.h>
#include <sys/types.h>
#include "backtrace.h"
#include "internal.h"
......
......@@ -36,6 +36,7 @@ POSSIBILITY OF SUCH DAMAGE. */
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/mman.h>
#include "backtrace.h"
......
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