SQLite Forum

Can't get series.c extension to compile
Login
That #define appears in the "sqlite3.h" header file as of 3.31.0.  This
suggests that you are not using the latest "sqlite3.h" file.  An appropriate
-I option on your compiler command-line might help.

Edit: typo fix