Fix include files in backtrace.h.

(cherry picked from commit 0893258222)

Change-Id: I37a78a9472b94ae84a84d871bfa9a070ff882699
This commit is contained in:
Christopher Ferris 2013-11-06 17:19:53 -08:00
parent a2d1469c77
commit e57912da92

View file

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