mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 23:23:04 +01:00
Fixing comditional compilation.
This commit is contained in:
parent
caf3215df4
commit
caedf6f181
@ -89,6 +89,10 @@ nested FOR loops are added.
|
||||
#include "../common/config/config.h"
|
||||
#include "../common/utils_proto.h"
|
||||
|
||||
#ifdef SCROLLABLE_CURSORS
|
||||
#include "../jrd/scroll_cursors.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CTYPE_H
|
||||
#include <ctype.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user