From db71bdc31c8fb1bd2b086a7872621e8aee9251d6 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sat, 31 Jul 2010 13:28:32 -0700 Subject: egl: Fix '_eglAddAtExitCall' implicit declaration warning. --- src/egl/main/eglcurrent.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/egl/main/eglcurrent.c') diff --git a/src/egl/main/eglcurrent.c b/src/egl/main/eglcurrent.c index a207159cd8..c0e8c119a9 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() */ -- cgit v1.2.3