* commit '7f8ebb8178cd6a3d9ea0206070682a9b463f15d2': Add missing headers
This commit is contained in:
commit
219e867f61
2 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,7 @@
|
||||||
#define _BACKTRACE_BACKTRACE_MAP_H
|
#define _BACKTRACE_BACKTRACE_MAP_H
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <sys/types.h>
|
||||||
#ifdef USE_MINGW
|
#ifdef USE_MINGW
|
||||||
// MINGW does not define these constants.
|
// MINGW does not define these constants.
|
||||||
#define PROT_NONE 0
|
#define PROT_NONE 0
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue