am d6f9be1b: Merge "Fix include files in backtrace.h."
* commit 'd6f9be1b9a2fc5880b0bcbb0fa47267a14fdc734': Fix include files in backtrace.h.
This commit is contained in:
commit
5e860ce246
1 changed files with 2 additions and 2 deletions
|
|
@ -17,9 +17,9 @@
|
||||||
#ifndef _BACKTRACE_H
|
#ifndef _BACKTRACE_H
|
||||||
#define _BACKTRACE_H
|
#define _BACKTRACE_H
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <stdint.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <inttypes.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
__BEGIN_DECLS
|
__BEGIN_DECLS
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue