commit | 46bf665ea3687f06069ebd1a0acd01ed7b5ac9cb | [log] [tgz] |
---|---|---|
author | James Dong <jdong@google.com> | Sun Jul 18 14:46:11 2010 -0700 |
committer | James Dong <jdong@google.com> | Sun Jul 18 14:47:27 2010 -0700 |
tree | 6d78e36d5aad10414ef9b42aa3a95fa30048e05a | |
parent | 2c8e5cab3faa6d360e222b7a6c40a80083d021ac [diff] |
Fix simulator build (1st attempt) Change-Id: I65a824c17929170b7b2bc75a13e756e92d8fe50a
diff --git a/media/libstagefright/codecs/m4v_h263/enc/src/mp4def.h b/media/libstagefright/codecs/m4v_h263/enc/src/mp4def.h index df1aa8b..0d5a3e8 100644 --- a/media/libstagefright/codecs/m4v_h263/enc/src/mp4def.h +++ b/media/libstagefright/codecs/m4v_h263/enc/src/mp4def.h
@@ -18,6 +18,7 @@ #ifndef _PVDECDEF_H_ #define _PVDECDEF_H_ +#include <stdint.h> // for uint8_t, etc #include <stdlib.h> #include <string.h>