* fixes sqlite package for FreeBSD (and possibly other BSDs)

git-svn-id: trunk@3423 -
This commit is contained in:
Almindor 2006-05-05 21:39:14 +00:00
parent 4ed1f3657f
commit 68c2eb7a75

View File

@ -1,5 +1,11 @@
{$mode objfpc}
{$ifdef bsd}
{$linklib c}
{$endif}
unit sqlite;
interface
{