--- sql/pgsql/config_includes.h 2003/01/21 15:51:30 1.4 +++ sql/pgsql/config_includes.h 2015/10/26 16:00:51 1.7 @@ -1,11 +1,11 @@ /** @file Parser PgSQL driver: includes all Configure-d headers - Copyright (c) 2001, 2003 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2015 Art. Lebedev Studio (http://www.artlebedev.com) 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.7 2015/10/26 16:00:51 moko 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