mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 19:03:59 +08:00
alloc.c: #include <sys/types.h>.
* alloc.c: #include <sys/types.h>. * mmap.c: Likewise. From-SVN: r197057
This commit is contained in:
parent
7482c47076
commit
85d8c21edb
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user