summaryrefslogtreecommitdiff
path: root/modules/gralloc/framebuffer.cpp
diff options
context:
space:
mode:
authorMarco Nelissen <marcone@google.com>2009-07-07 09:29:00 -0700
committerMarco Nelissen <marcone@google.com>2009-07-07 09:29:00 -0700
commita4b587cb063dfd1b11f0006b0149e5e3045cc873 (patch)
tree95a0b62c5a154c1a1425f6695a0f35343f498b44 /modules/gralloc/framebuffer.cpp
parentcdb66fbc8a192e4b01b8b529c78773b2a3bf4573 (diff)
Simulator build fixes for the new GL stuff. The simulator still doesn't run, but at least it builds.
Diffstat (limited to 'modules/gralloc/framebuffer.cpp')
-rw-r--r--modules/gralloc/framebuffer.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/gralloc/framebuffer.cpp b/modules/gralloc/framebuffer.cpp
index 2d0fa255..e73724f4 100644
--- a/modules/gralloc/framebuffer.cpp
+++ b/modules/gralloc/framebuffer.cpp
@@ -26,6 +26,9 @@
#include <fcntl.h>
#include <errno.h>
+#include <sys/ioctl.h>
+#include <string.h>
+#include <stdlib.h>
#include <cutils/log.h>
#include <cutils/atomic.h>