aboutsummaryrefslogtreecommitdiffstats
path: root/linker/arch/x86/begin.c
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-02-07 20:27:40 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-02-07 20:27:40 +0000
commitf6afd3b670e23f56bf341d12136416aee17ea249 (patch)
treefa3baa194244874d4db40b517788a73729819a00 /linker/arch/x86/begin.c
parent59e9a496b4341fd2b11d4a01544bf7edf3d00cc5 (diff)
parent646e058136d59671d5d32d93bedbb71004a9ce73 (diff)
downloadandroid_bionic-f6afd3b670e23f56bf341d12136416aee17ea249.tar.gz
android_bionic-f6afd3b670e23f56bf341d12136416aee17ea249.tar.bz2
android_bionic-f6afd3b670e23f56bf341d12136416aee17ea249.zip
Merge "Fix x86 build, remove void* arithmetic."
Diffstat (limited to 'linker/arch/x86/begin.c')
-rwxr-xr-xlinker/arch/x86/begin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linker/arch/x86/begin.c b/linker/arch/x86/begin.c
index cdc98e065..051a16af0 100755
--- a/linker/arch/x86/begin.c
+++ b/linker/arch/x86/begin.c
@@ -26,6 +26,7 @@
* SUCH DAMAGE.
*/
+#include <stdint.h>
#include <sys/cdefs.h>
extern unsigned __linker_init(void* raw_args);