Fix include files in backtrace.h.
(cherry picked from commit 0893258222
)
Change-Id: I37a78a9472b94ae84a84d871bfa9a070ff882699
This commit is contained in:
parent
a2d1469c77
commit
e57912da92
1 changed files with 2 additions and 2 deletions
|
@ -17,9 +17,9 @@
|
|||
#ifndef _BACKTRACE_H
|
||||
#define _BACKTRACE_H
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <inttypes.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
|
|
Loading…
Reference in a new issue