summaryrefslogtreecommitdiffstats
path: root/third_party/sqlite/sqlite3.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/sqlite/sqlite3.h')
-rw-r--r--third_party/sqlite/sqlite3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/sqlite/sqlite3.h b/third_party/sqlite/sqlite3.h
index 6c7c3b0..812939d 100644
--- a/third_party/sqlite/sqlite3.h
+++ b/third_party/sqlite/sqlite3.h
@@ -16,7 +16,7 @@
// when using system sqlite).
int sqlite3Preload(sqlite3 *db) { return SQLITE_OK; }
#else
-#include "third_party/sqlite/src/preprocessed/sqlite3.h"
+#include "third_party/sqlite/preprocessed/sqlite3.h"
#endif
#endif // THIRD_PARTY_SQLITE_SQLITE3_H_