OSDN Git Service

qemu_pipe: fix Mac build error.
authorDavid Turner <digit@android.com>
Tue, 9 Aug 2011 08:45:19 +0000 (10:45 +0200)
committerDavid Turner <digit@android.com>
Tue, 9 Aug 2011 08:45:19 +0000 (10:45 +0200)
commit554566e1aecfc2764038e1dbc2139ee1122861a9
treea0154f3c83bf20f646d23cb112a395de1091cc4b
parent079ff13b07b41d49c4d2f961ba6131960bd81c89
qemu_pipe: fix Mac build error.

The <hardware/qemu_pipe.h> header was missing an include
that causes the code under development/tools/emulator/opengl
to fail to compile on OS X.

You need to define BUILD_EMULATOR_OPENGL=true in your
environment, otherwise this code doesn't get built yet by default.

Change-Id: Ia1b48c0ab84f493f3c9f95030d9165961069fb6e
include/hardware/qemu_pipe.h