vcpkg/ports/sqlite3/add-config-include.patch
2023-09-13 15:42:37 -07:00

25 lines
603 B
Diff

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