Merge "oem-recovery: Fix for compilation issue"

This commit is contained in:
Linux Build Service Account 2015-08-24 05:03:06 -07:00 committed by Gerrit - the friendly Code Review server
commit 920fe8ba00
2 changed files with 5 additions and 1 deletions

View File

@ -30,6 +30,9 @@
#include <stdio.h> #include <stdio.h>
#include <fcntl.h> #include <fcntl.h>
#include <errno.h> #include <errno.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/mman.h> #include <sys/mman.h>
#include <linux/qseecom.h> #include <linux/qseecom.h>
#include <linux/msm_ion.h> #include <linux/msm_ion.h>

View File

@ -29,7 +29,8 @@
#ifndef __GPT_UTILS_H__ #ifndef __GPT_UTILS_H__
#define __GPT_UTILS_H__ #define __GPT_UTILS_H__
#include <unistd.h>
#include <stdlib.h>
/****************************************************************************** /******************************************************************************
* TYPES * TYPES
******************************************************************************/ ******************************************************************************/