mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-03 08:20:28 +00:00
Fix SQLite3 build for Landlock Make
This commit is contained in:
parent
ed161b240e
commit
4922bc4890
7 changed files with 28 additions and 14 deletions
4
third_party/sqlite3/sqlite3session.c
vendored
4
third_party/sqlite3/sqlite3session.c
vendored
|
@ -10,8 +10,8 @@
|
|||
#endif
|
||||
|
||||
#ifndef SQLITE_AMALGAMATION
|
||||
# include "third_party/sqlite3/sqliteInt.h"
|
||||
# include "third_party/sqlite3/vdbeInt.inc"
|
||||
#include "third_party/sqlite3/sqliteInt.h"
|
||||
#include "third_party/sqlite3/vdbeInt.inc"
|
||||
#endif
|
||||
|
||||
typedef struct SessionTable SessionTable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue