Skip to content

Commit

Permalink
Add missing includes.
Browse files Browse the repository at this point in the history
Change-Id: I0737456e0221ebe9cc854d65c95a7d37d0869d56
  • Loading branch information
enh-google committed Jan 28, 2015
1 parent eaeb55f commit 26dbad2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions applypatch/bspatch.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <stdio.h>
#include <sys/stat.h>
#include <errno.h>
#include <malloc.h>
#include <unistd.h>
#include <string.h>

Expand Down
1 change: 1 addition & 0 deletions asn1_decoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* limitations under the License.
*/

#include <malloc.h>
#include <stdint.h>
#include <string.h>

Expand Down
1 change: 1 addition & 0 deletions install.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/wait.h>
#include <unistd.h>
Expand Down
5 changes: 3 additions & 2 deletions verifier.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@
#include "mincrypt/sha.h"
#include "mincrypt/sha256.h"

#include <string.h>
#include <stdio.h>
#include <errno.h>
#include <malloc.h>
#include <stdio.h>
#include <string.h>

extern RecoveryUI* ui;

Expand Down

0 comments on commit 26dbad2

Please sign in to comment.