commit | a4b587cb063dfd1b11f0006b0149e5e3045cc873 | [log] [tgz] |
---|---|---|
author | Marco Nelissen <marcone@google.com> | Tue Jul 07 09:29:00 2009 -0700 |
committer | Marco Nelissen <marcone@google.com> | Tue Jul 07 09:29:00 2009 -0700 |
tree | 95a0b62c5a154c1a1425f6695a0f35343f498b44 | |
parent | cdb66fbc8a192e4b01b8b529c78773b2a3bf4573 [diff] [blame] |
Simulator build fixes for the new GL stuff. The simulator still doesn't run, but at least it builds.
diff --git a/modules/gralloc/framebuffer.cpp b/modules/gralloc/framebuffer.cpp index 2d0fa25..e73724f 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>