Simulator build fixes for the new GL stuff. The simulator still doesn't run, but at least it builds.

This commit is contained in:
Marco Nelissen
2009-07-07 09:29:00 -07:00
parent cdb66fbc8a
commit a4b587cb06
4 changed files with 25 additions and 3 deletions

View File

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