# HG changeset patch # User nenolod # Date 1154120246 25200 # Node ID c3b203d258a721b181b88174ff139735a84e9c3e # Parent abf8fee03d59a4d17053462cdd654d4f47ecce42 [svn] - heh diff -r abf8fee03d59 -r c3b203d258a7 ChangeLog --- a/ChangeLog Fri Jul 28 13:53:45 2006 -0700 +++ b/ChangeLog Fri Jul 28 13:57:26 2006 -0700 @@ -1,3 +1,13 @@ +2006-07-28 20:53:45 +0000 William Pitcock + revision [1816] + - connect sqlite to the build + + + Changes: Modified: + +1 -1 trunk/Makefile + +1 -0 trunk/audacious/Makefile + + 2006-07-28 18:35:59 +0000 William Pitcock revision [1814] - fix autodetection of session URI diff -r abf8fee03d59 -r c3b203d258a7 sqlite/sqliteInt.h --- a/sqlite/sqliteInt.h Fri Jul 28 13:53:45 2006 -0700 +++ b/sqlite/sqliteInt.h Fri Jul 28 13:57:26 2006 -0700 @@ -59,7 +59,7 @@ # define _LARGEFILE_SOURCE 1 #endif -#include "sqlite3.h" +#include "sqlite.h" #include "hash.h" #include "parse.h" #include