#include "lib/sqlite3/sqlite3.h" in generated SQLite loading code
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@5479 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
82a2aea03f
commit
c7f60d7e7d
|
@ -633,7 +633,10 @@ sub startFile()
|
|||
{
|
||||
my ($output, $name, $outputfile) = @_;
|
||||
|
||||
$$output .= "/* This file is generated automatically, do not edit, change the source ($name) instead. */\n\n";
|
||||
$$output .= "/* This file is generated automatically, do not edit, change the source ($name) instead. */\n"
|
||||
. "\n"
|
||||
. "#include \"lib/sqlite3/sqlite3.h\"\n"
|
||||
. "\n";
|
||||
|
||||
$filename = $name;
|
||||
if ($outputfile)
|
||||
|
|
Loading…
Reference in New Issue