commit | 08932582226456b8789b52c28462e2224dfcc2e4 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Wed Nov 06 17:19:53 2013 -0800 |
committer | Christopher Ferris <cferris@google.com> | Wed Nov 06 17:19:53 2013 -0800 |
tree | f26124e8c0efdf54b561de45ad941d1488f3228c | |
parent | 9b0e074c6d38143e01616404a08b0c7aa992f3c3 [diff] |
Fix include files in backtrace.h. Change-Id: Iaaa98b12bbf231ea43ee12f5a3f5ba0a3e4a15d6
diff --git a/include/backtrace/backtrace.h b/include/backtrace/backtrace.h index a833982..8a45690 100644 --- a/include/backtrace/backtrace.h +++ b/include/backtrace/backtrace.h
@@ -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