Linux build works now

This commit is contained in:
David Anderson
2006-06-04 07:35:33 +00:00
parent 73858b0fcd
commit fb904f6e40
2 changed files with 12 additions and 5 deletions

View File

@ -431,7 +431,7 @@ static cell AMX_NATIVE_CALL SQL_SetAffinity(AMX *amx, cell *params)
return 0;
}
extern AMX_NATIVE_INFO g_BaseSqlNatives[] =
AMX_NATIVE_INFO g_BaseSqlNatives[] =
{
{"SQL_MakeDbTuple", SQL_MakeDbTuple},
{"SQL_FreeHandle", SQL_FreeHandle},