summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2013-11-06 17:19:53 -0800
committerChristopher Ferris <cferris@google.com>2013-11-06 17:34:38 -0800
commite57912da92494e51c16dccce3ac3ac29f7d31591 (patch)
treea81724c97ab8c09266cab98a752ebe838c41ee30
parenta2d1469c773d809261d830d2f3cb3f6a7b6cdade (diff)
downloadsystem_core-e57912da92494e51c16dccce3ac3ac29f7d31591.zip
system_core-e57912da92494e51c16dccce3ac3ac29f7d31591.tar.gz
system_core-e57912da92494e51c16dccce3ac3ac29f7d31591.tar.bz2
Fix include files in backtrace.h.
(cherry picked from commit 08932582226456b8789b52c28462e2224dfcc2e4) Change-Id: I37a78a9472b94ae84a84d871bfa9a070ff882699
-rw-r--r--include/backtrace/backtrace.h4
1 files changed, 2 insertions, 2 deletions
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