msm8960/8974/8084: Include string.h where it is necessary

Change-Id: If14f25659b3f898b19fde6c9d920998e80d19660
This commit is contained in:
Artem Borisov 2018-08-19 21:43:12 +00:00 committed by followmsi
parent ec86d06700
commit bf30ca71bb
3 changed files with 3 additions and 1 deletions

View File

@ -30,6 +30,7 @@
#define DEBUG 0
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <string.h>
#include <stdlib.h>
#include <fcntl.h>
#include <cutils/log.h>

View File

@ -27,6 +27,7 @@
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <cutils/log.h>
#include <string.h>
#include <linux/msm_mdp.h>
#include "mdp_version.h"

View File

@ -30,11 +30,11 @@
#define DEBUG 0
#include <linux/ioctl.h>
#include <sys/mman.h>
#include <string.h>
#include <stdlib.h>
#include <fcntl.h>
#include <log/log.h>
#include <errno.h>
#include <string.h>
#include "gralloc_priv.h"
#include "ionalloc.h"