mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 06:43:03 +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/config/config.h"
|
||||||
#include "../common/utils_proto.h"
|
#include "../common/utils_proto.h"
|
||||||
|
|
||||||
|
#ifdef SCROLLABLE_CURSORS
|
||||||
|
#include "../jrd/scroll_cursors.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_CTYPE_H
|
#ifdef HAVE_CTYPE_H
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user