]> git.cworth.org Git - fips/blobdiff - eglwrap.c
dispatch: Fix dispatcher to perform lookup for the GetProcAddress functions
[fips] / eglwrap.c
index 73b7a8d39699001dab539a2c54a0875d6120fad0..f5da71726db498c972d04e78e67748bbca709c00 100644 (file)
--- a/eglwrap.c
+++ b/eglwrap.c
@@ -25,6 +25,7 @@
 
 #include <EGL/egl.h>
 
+#include "eglwrap.h"
 #include "dlwrap.h"
 #include "metrics.h"
 
@@ -53,7 +54,7 @@
  * eglSwapBufers, eglGetProcAddress, and eglMakeCurrent), exist only
  * in libEGL.so.1.
  */
-static void *
+void *
 eglwrap_lookup (char *name)
 {
        const char *libegl_filename = "libEGL.so.1";