egl/egltest/src/egltest_vgimagetosurfaces.cpp
branchRCL_3
changeset 164 25ffed67c7ef
parent 163 bbf46f59e123
--- a/egl/egltest/src/egltest_vgimagetosurfaces.cpp	Tue Aug 31 16:31:06 2010 +0300
+++ b/egl/egltest/src/egltest_vgimagetosurfaces.cpp	Wed Sep 01 12:39:21 2010 +0100
@@ -19,7 +19,9 @@
 */
 
 #include <test/tefunit.h> // for ASSERT macros
-#include <iniparser.h>
+#ifndef __INIPARSER_H__
+#include <cinidata.h>
+#endif // __INIPARSER_H__
 
 #include "egltest_vgimagetosurfaces.h"