Fix for:
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:
parent
da6f3f6696
commit
b71b27ea18
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#include "config.h"
|
||||
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
|
||||
|
|
Loading…
Reference in a new issue