Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 622776
Collapse All | Expand All

(-)old/src/library/trackcollection.h (-2 / +1 lines)
Lines 34-41 Link Here
34
#include "library/dao/libraryhashdao.h"
34
#include "library/dao/libraryhashdao.h"
35
35
36
#ifdef __SQLITE3__
36
#ifdef __SQLITE3__
37
typedef struct sqlite3_context sqlite3_context;
37
#include <sqlite3.h>
38
typedef struct Mem sqlite3_value;
39
#endif
38
#endif
40
39
41
class TrackInfoObject;
40
class TrackInfoObject;

Return to bug 622776