Fix missing #includes in bootable/recovery.

Change-Id: I58dfbac6ca1aa80d3659f53a8fad1bbbbdc9b941
This commit is contained in:
Elliott Hughes
2014-12-29 12:46:43 -08:00
parent c43b17f0ad
commit d4d4c2456a
2 changed files with 4 additions and 2 deletions
+3 -2
View File
@@ -14,12 +14,13 @@
* limitations under the License.
*/
#include <errno.h>
#include <fcntl.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include "common.h"
#include "verifier.h"