Include string.h

libgralloc: strerror needs string.h
libqdutils: strerror needs string.h
libcopybit: memcpy needs string.h

Bug: 72343089
Change-Id: I36226fd656d26c4d0486d1c99f2317376c0d08dd
This commit is contained in:
Martin Brabham 2018-01-22 19:43:27 -08:00 committed by followmsi
parent dcb016231e
commit 0d7b20f64c
4 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,7 @@
#define INCLUDE_LIBQCOM_COMPTYPES
#include <stdint.h>
#include <string.h>
#include <utils/Singleton.h>
#include <cutils/properties.h>

View File

@ -34,6 +34,7 @@
#include <fcntl.h>
#include <log/log.h>
#include <errno.h>
#include <string.h>
#include "gralloc_priv.h"
#include "ionalloc.h"

View File

@ -31,6 +31,7 @@
#define INCLUDE_LIBQCOM_COMPTYPES
#include <stdint.h>
#include <string.h>
#include <utils/Singleton.h>
#include <cutils/properties.h>

View File

@ -28,6 +28,7 @@
*/
#include <log/log.h>
#include <fcntl.h>
#include <string.h>
#include <sys/ioctl.h>
#include <linux/fb.h>
#include <linux/msm_mdp.h>