Merge "oem-recovery: Fix for compilation issue"
This commit is contained in:
commit
920fe8ba00
|
@ -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>
|
||||||
|
|
|
@ -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
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
Loading…
Reference in New Issue