mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
13 lines
402 B
C++
13 lines
402 B
C++
--- 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 ();
|