target.h: #include <sys/types.h>.

For musl.
This commit is contained in:
Doug Evans
2015-11-22 17:24:03 -08:00
parent d41fc1249b
commit 37ce4055fe
2 changed files with 5 additions and 0 deletions

View File

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

View File

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