egl: Fix '_eglAddAtExitCall' implicit declaration warning.
authorVinson Lee <vlee@vmware.com>
Sat, 31 Jul 2010 20:28:32 +0000 (13:28 -0700)
committerVinson Lee <vlee@vmware.com>
Sat, 31 Jul 2010 20:28:32 +0000 (13:28 -0700)
src/egl/main/eglcurrent.c

index a207159..c0e8c11 100644 (file)
@@ -3,6 +3,7 @@
 #include "egllog.h"
 #include "eglmutex.h"
 #include "eglcurrent.h"
+#include "eglglobals.h"
 
 
 /* This should be kept in sync with _eglInitThreadInfo() */