diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/plugin-luaiup.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugin-luaiup.cc b/src/plugin-luaiup.cc index 7a77eb8..e989d47 100644 --- a/src/plugin-luaiup.cc +++ b/src/plugin-luaiup.cc @@ -21,7 +21,9 @@ #define WEAK #endif +extern "C" { int luaopen_iupluaimglib(lua_State* L); +} static void _init_plugin(Lua * L) { static bool done = false; |