diff options
| author | Olivier Bailly <olivier@google.com> | 2010-11-17 11:47:23 -0800 |
|---|---|---|
| committer | Olivier Bailly <olivier@google.com> | 2010-11-17 11:47:23 -0800 |
| commit | b93e5812faffd3b6c5fb349072413aace31918d8 (patch) | |
| tree | dbffdf9f41b914b32da131fbdd0eee435c2ec656 /toolbox/dd.h | |
| parent | 609d8828d3b8266a80606bf902d1294296962cf3 (diff) | |
| download | system_core-b93e5812faffd3b6c5fb349072413aace31918d8.tar.gz system_core-b93e5812faffd3b6c5fb349072413aace31918d8.tar.bz2 system_core-b93e5812faffd3b6c5fb349072413aace31918d8.zip | |
Add missing headers for compilation on x86 targets
Change-Id: I5f4dc797b353a0f01fa00d38375ec303bf863254
Diffstat (limited to 'toolbox/dd.h')
| -rw-r--r-- | toolbox/dd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolbox/dd.h b/toolbox/dd.h index 794a464d..cca10249 100644 --- a/toolbox/dd.h +++ b/toolbox/dd.h @@ -35,6 +35,8 @@ * @(#)dd.h 8.3 (Berkeley) 4/2/94 */ +#include <stdint.h> + /* Input/output stream state. */ typedef struct { u_char *db; /* buffer address */ |
