1
0
Fork 0
Saikrishna Arcot: In flightgear, in src/Scripting/sqlitelib.cxx (also added a couple months ago), this file is missing a #include "config.h". Because of that, SYSTEM_SQLITE will never be defined.
This commit is contained in:
Erik Hofman 2023-03-07 09:21:47 +01:00
parent da6f3f6696
commit b71b27ea18

View file

@ -1,3 +1,5 @@
#include "config.h"
#include <cstdlib>
#include <cstring>