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

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

From-SVN: r197057
This commit is contained in:
Ian Lance Taylor 2013-03-25 18:13:18 +00:00 committed by Ian Lance Taylor
parent 7482c47076
commit 85d8c21edb
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -34,6 +34,7 @@ POSSIBILITY OF SUCH DAMAGE. */
#include <errno.h>
#include <stdlib.h>
#include <sys/types.h>
#include "backtrace.h"
#include "internal.h"

View File

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