blob: cd1fa8e06c8eb19b60d3964179319381212b14fa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- src/Plugins/Sqlite3/sqlite3.hpp.orig 2016-08-22 16:04:07 UTC
+++ src/Plugins/Sqlite3/sqlite3.hpp
@@ -9,8 +9,8 @@
* in the root directory or <http://www.gnu.org/licenses/gpl-3.0.html>.
******************************************************************************/
-#ifndef SQLITE3_H
-#define SQLITE3_H
+#ifndef TM_SQLITE3_H
+#define TM_SQLITE3_H
#include "url.hpp"
bool sqlite3_present ();
|