Fix SQLite3 build for Landlock Make

This commit is contained in:
Justine Tunney 2022-12-11 14:49:53 -08:00
parent ed161b240e
commit 4922bc4890
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
7 changed files with 28 additions and 14 deletions

View file

@ -180,7 +180,7 @@ typedef unsigned char u8;
#elif HAVE_LINENOISE
# include "third_party/linenoise/linenoise.h"
#include "third_party/linenoise/linenoise.h"
# define shell_add_history(X) linenoiseHistoryAdd(X)
# define shell_read_history(X) linenoiseHistoryLoad(X)
# define shell_write_history(X) linenoiseHistorySave(X)