Mesa (master): egl: Fix '_eglAddAtExitCall' implicit declaration warning.

Vinson Lee vlee at kemper.freedesktop.org
Sat Jul 31 20:29:25 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
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() */




More information about the mesa-commit mailing list