diff options
| author | Elliott Hughes <enh@google.com> | 2012-05-17 18:28:01 -0700 |
|---|---|---|
| committer | Elliott Hughes <enh@google.com> | 2012-05-17 18:28:01 -0700 |
| commit | 420a7fa82d0fba6516d76d6024728de010b1cb8d (patch) | |
| tree | 68ec147c7bafa8c8f9598b640c20c5d849164412 /include | |
| parent | c8b1ea7d778ec69e8b98cb9dca39d2416fae1507 (diff) | |
| download | system_core-420a7fa82d0fba6516d76d6024728de010b1cb8d.tar.gz system_core-420a7fa82d0fba6516d76d6024728de010b1cb8d.tar.bz2 system_core-420a7fa82d0fba6516d76d6024728de010b1cb8d.zip | |
Add missing #includes.
Change-Id: I81405d638f80fc96874ea0b21af3538229aa38a7
Diffstat (limited to 'include')
| -rw-r--r-- | include/corkscrew/map_info.h | 1 | ||||
| -rw-r--r-- | include/corkscrew/ptrace.h | 1 | ||||
| -rw-r--r-- | include/corkscrew/symbol_table.h | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/include/corkscrew/map_info.h b/include/corkscrew/map_info.h index c5cd8f81..ea1d35ff 100644 --- a/include/corkscrew/map_info.h +++ b/include/corkscrew/map_info.h @@ -21,6 +21,7 @@ #include <sys/types.h> #include <stdbool.h> +#include <stdint.h> #ifdef __cplusplus extern "C" { diff --git a/include/corkscrew/ptrace.h b/include/corkscrew/ptrace.h index 172e348d..0040c222 100644 --- a/include/corkscrew/ptrace.h +++ b/include/corkscrew/ptrace.h @@ -24,6 +24,7 @@ #include <sys/types.h> #include <stdbool.h> +#include <stdint.h> #ifdef __cplusplus extern "C" { diff --git a/include/corkscrew/symbol_table.h b/include/corkscrew/symbol_table.h index 020c8b88..4998750b 100644 --- a/include/corkscrew/symbol_table.h +++ b/include/corkscrew/symbol_table.h @@ -17,6 +17,7 @@ #ifndef _CORKSCREW_SYMBOL_TABLE_H #define _CORKSCREW_SYMBOL_TABLE_H +#include <stdint.h> #include <sys/types.h> #ifdef __cplusplus |
