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:
Arun Kumar K.R
2014-03-20 16:05:28 -07:00
parent 4232357fa8
commit a6f9187ca4

View File

@@ -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>