diff options
Diffstat (limited to 'system/OpenglSystemCommon/ProcessPipe.cpp')
| -rw-r--r-- | system/OpenglSystemCommon/ProcessPipe.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/system/OpenglSystemCommon/ProcessPipe.cpp b/system/OpenglSystemCommon/ProcessPipe.cpp index 40cb2980..56f1e528 100644 --- a/system/OpenglSystemCommon/ProcessPipe.cpp +++ b/system/OpenglSystemCommon/ProcessPipe.cpp @@ -16,7 +16,9 @@ #include "ProcessPipe.h" #include "renderControl_enc.h" -#include "qemu_pipe.h" + +#define ALLOW_DEPRECATED_QEMU_PIPE_HEADERS +#include <qemu_pipe.h> #if PLATFORM_SDK_VERSION < 26 #include <cutils/log.h> |
