libgralloc: include <sys/ioctl.h>
- In ionalloc.cpp, include <sys/ioctl.h> instead of <linux/ioctl.h>, in the similar way as other HAL libraries are including. - Helps in resolving compilation warnings Change-Id: I9068e1e2dd97ce580aeecc25f611900127502fc7
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define DEBUG 0
|
#define DEBUG 0
|
||||||
#include <linux/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user