X-Git-Url: https://git.cworth.org/git?p=fips;a=blobdiff_plain;f=eglwrap.c;h=f5da71726db498c972d04e78e67748bbca709c00;hp=73b7a8d39699001dab539a2c54a0875d6120fad0;hb=67c01d9b406d07b558255f35872cc549e4493e05;hpb=3b579d69622d53b95c6259daf0ecb4f5d2b1798b diff --git a/eglwrap.c b/eglwrap.c index 73b7a8d..f5da717 100644 --- a/eglwrap.c +++ b/eglwrap.c @@ -25,6 +25,7 @@ #include +#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";