diff -r 03ed0ca09837 -r 6c64c45e7d8f dbd/postgresql/main.c --- a/dbd/postgresql/main.c Tue Sep 01 13:15:02 2009 +0000 +++ b/dbd/postgresql/main.c Fri Sep 18 12:40:53 2009 +0000 @@ -6,7 +6,7 @@ /* * library entry point */ -int luaopen_dbdpostgresql(lua_State *L) { +LUA_EXPORT int luaopen_dbdpostgresql(lua_State *L) { dbd_postgresql_connection(L); dbd_postgresql_statement(L);