Module: Mesa
Branch: master
Commit: db71bdc31c8fb1bd2b086a7872621e8aee9251d6
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=db71bdc31c8fb1bd2b086a7872621e8aee9251d6

Author: Vinson Lee <[email protected]>
Date:   Sat Jul 31 13:28:32 2010 -0700

egl: Fix '_eglAddAtExitCall' implicit declaration warning.

---

 src/egl/main/eglcurrent.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/egl/main/eglcurrent.c b/src/egl/main/eglcurrent.c
index a207159..c0e8c11 100644
--- a/src/egl/main/eglcurrent.c
+++ b/src/egl/main/eglcurrent.c
@@ -3,6 +3,7 @@
 #include "egllog.h"
 #include "eglmutex.h"
 #include "eglcurrent.h"
+#include "eglglobals.h"
 
 
 /* This should be kept in sync with _eglInitThreadInfo() */

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to