--- parser3/src/include/pa_config_includes.h 2010/11/24 00:20:47 1.33 +++ parser3/src/include/pa_config_includes.h 2012/06/09 10:55:35 1.35 @@ -1,7 +1,7 @@ /** @file Parser: includes all Configure-d headers - Copyright (c) 2001-2005 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2012 Art. Lebedev Studio (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) when used Configure [HAVE_CONFIG_H] it uses defines from Configure, @@ -80,6 +80,10 @@ # include #endif +#ifdef HAVE_LIMITS_H +#include +#endif + #ifdef HAVE_DIRECT_H # include #endif