am dab56cac: Merge "Add missing includes."

* commit 'dab56cac959ce9c78e3a0a22e9ee2ff917d61bd3':
  Add missing includes.
This commit is contained in:
Elliott Hughes
2015-01-28 20:48:30 +00:00
committed by Android Git Automerger
4 changed files with 6 additions and 2 deletions
+1
View File
@@ -23,6 +23,7 @@
#include <stdio.h> #include <stdio.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <errno.h> #include <errno.h>
#include <malloc.h>
#include <unistd.h> #include <unistd.h>
#include <string.h> #include <string.h>
+1
View File
@@ -14,6 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
#include <malloc.h>
#include <stdint.h> #include <stdint.h>
#include <string.h> #include <string.h>
+1
View File
@@ -18,6 +18,7 @@
#include <errno.h> #include <errno.h>
#include <fcntl.h> #include <fcntl.h>
#include <limits.h> #include <limits.h>
#include <string.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/wait.h> #include <sys/wait.h>
#include <unistd.h> #include <unistd.h>
+3 -2
View File
@@ -26,9 +26,10 @@
#include "mincrypt/sha.h" #include "mincrypt/sha.h"
#include "mincrypt/sha256.h" #include "mincrypt/sha256.h"
#include <string.h>
#include <stdio.h>
#include <errno.h> #include <errno.h>
#include <malloc.h>
#include <stdio.h>
#include <string.h>
extern RecoveryUI* ui; extern RecoveryUI* ui;