summaryrefslogtreecommitdiffstats
path: root/opengl/libagl/texture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'opengl/libagl/texture.cpp')
-rw-r--r--opengl/libagl/texture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libagl/texture.cpp b/opengl/libagl/texture.cpp
index 0211208..d675107 100644
--- a/opengl/libagl/texture.cpp
+++ b/opengl/libagl/texture.cpp
@@ -23,7 +23,7 @@
#include "texture.h"
#include "TextureObjectManager.h"
-#include <ui/egl/android_natives.h>
+#include <private/ui/android_natives_priv.h>
#ifdef LIBAGL_USE_GRALLOC_COPYBITS
#include "copybit.h"