--- sql/pgsql/config_includes.h 2003/01/21 15:51:30 1.4 +++ sql/pgsql/config_includes.h 2004/03/26 13:29:40 1.5 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: config_includes.h,v 1.4 2003/01/21 15:51:30 paf Exp $ + $Id: config_includes.h,v 1.5 2004/03/26 13:29:40 paf Exp $ when used Configure [HAVE_CONFIG_H] it uses defines from Configure, @@ -33,3 +33,7 @@ #ifdef HAVE_SETJMP_H # include #endif + +#ifdef HAVE_CTYPE_H +# include +#endif