vcpkg/ports/sqlite3/add-config-include.patch
2023-10-05 12:20:33 -07:00

25 lines
603 B
Diff

diff --git a/sqlite3.c b/sqlite3.c
index 1884b08..0d191be 100644
--- a/sqlite3.c
+++ b/sqlite3.c
@@ -20,6 +20,7 @@
** The content in this amalgamation comes from Fossil check-in
** d3a40c05c49e1a49264912b1a05bc2143ac.
*/
+#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 b9d0692..698c410 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 */
/*