mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
target.h: #include <sys/types.h>.
For musl.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2015-11-22 Doug Evans <xdje42@gmail.com>
|
||||||
|
|
||||||
|
* target.h: #include <sys/types.h>.
|
||||||
|
|
||||||
2015-11-19 Pedro Alves <palves@redhat.com>
|
2015-11-19 Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
* linux-low.c (linux_process_qsupported): Change prototype.
|
* linux-low.c (linux_process_qsupported): Change prototype.
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
#ifndef TARGET_H
|
#ifndef TARGET_H
|
||||||
#define TARGET_H
|
#define TARGET_H
|
||||||
|
|
||||||
|
#include <sys/types.h> /* for mode_t */
|
||||||
#include "target/target.h"
|
#include "target/target.h"
|
||||||
#include "target/resume.h"
|
#include "target/resume.h"
|
||||||
#include "target/wait.h"
|
#include "target/wait.h"
|
||||||
|
Reference in New Issue
Block a user