Merge "Fix include files in backtrace.h."

This commit is contained in:
Christopher Ferris 2013-11-07 01:42:47 +00:00 committed by Gerrit Code Review
commit d6f9be1b9a

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