commit | 2cc2b2be692f1d559a09d2066e56e450249cc9c0 | [log] [tgz] |
---|---|---|
author | Carl Shapiro <cshapiro@google.com> | Mon Mar 21 20:01:03 2011 -0700 |
committer | Carl Shapiro <cshapiro@google.com> | Mon Mar 21 20:01:03 2011 -0700 |
tree | 3391bb270f64051bf1e8c592bbf1dad8c06a5e66 | |
parent | f8e658cf6b9601e63d4b363ccee83ee4af1a78e4 [diff] [blame] |
Add some missing includes. Change-Id: Ieec623c06bc32ec78334f628af25b00c2bccd2e7
diff --git a/libc/bionic/memmove_words.c b/libc/bionic/memmove_words.c index 22058bc..26df7fa 100644 --- a/libc/bionic/memmove_words.c +++ b/libc/bionic/memmove_words.c
@@ -15,6 +15,7 @@ */ #include <stdlib.h> +#include <stdint.h> #include <assert.h> /*