Cleanup includes so Log.h can use the tag.  rsUtils.h is the file that should be included everywhere and contain rs global defines.
diff --git a/rsProgramVertex.cpp b/rsProgramVertex.cpp
index 19afad5..ec66662 100644
--- a/rsProgramVertex.cpp
+++ b/rsProgramVertex.cpp
@@ -17,6 +17,9 @@
 #include "rsContext.h"
 #include "rsProgramVertex.h"
 
+#include <GLES/gl.h>
+#include <GLES/glext.h>
+
 using namespace android;
 using namespace android::renderscript;