Fix warning.

This commit is contained in:
Themaister 2011-12-03 04:09:40 +01:00
parent ad04db8365
commit 8a5c537e15

View File

@ -48,6 +48,9 @@
p##x = (type)DLSYM(lib_handle, x); \
} while (0)
#endif
#ifdef HAVE_DYNAMIC
static dylib_t lib_handle = NULL;
#endif