vcpkg/ports/sqlite3/add-config-include.patch

25 lines
603 B
Diff
Raw Normal View History

diff --git a/sqlite3.c b/sqlite3.c
2023-09-14 06:42:37 +08:00
index 310583f..61f7d9e 100644
--- a/sqlite3.c
+++ b/sqlite3.c
2023-09-14 06:42:37 +08:00
@@ -20,6 +20,7 @@
** The content in this amalgamation comes from Fossil check-in
** f80b798b3f4b81a7bb4233c58294edd0f11.
*/
2023-09-14 06:42:37 +08:00
+#include "sqlite3-vcpkg-config.h"
#define SQLITE_CORE 1
#define SQLITE_AMALGAMATION 1
#ifndef SQLITE_PRIVATE
diff --git a/sqlite3.h b/sqlite3.h
2023-09-14 06:42:37 +08:00
index ec451a5..9c01424 100644
--- a/sqlite3.h
+++ b/sqlite3.h
@@ -32,6 +32,7 @@
*/
#ifndef SQLITE3_H
#define SQLITE3_H
2023-09-14 06:42:37 +08:00
+#include "sqlite3-vcpkg-config.h"
#include <stdarg.h> /* Needed for the definition of va_list */
/*