commit | d6f9be1b9a2fc5880b0bcbb0fa47267a14fdc734 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Thu Nov 07 01:42:47 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Nov 07 01:42:48 2013 +0000 |
tree | a81724c97ab8c09266cab98a752ebe838c41ee30 | |
parent | a2d1469c773d809261d830d2f3cb3f6a7b6cdade [diff] | |
parent | e57912da92494e51c16dccce3ac3ac29f7d31591 [diff] |
Merge "Fix include files in backtrace.h."
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