8
0
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:
robocop 2007-10-06 10:30:53 +00:00
parent caf3215df4
commit caedf6f181

View File

@ -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