From: Sandro Santilli Date: Fri, 10 Oct 2014 14:54:25 +0000 (+0000) Subject: Include sys/wait.h to have access to WEXITSTATUS (#2962) X-Git-Tag: 2.2.0rc1~793 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce3e6f82077e201f8fca70647c071929f6990f81;p=postgis Include sys/wait.h to have access to WEXITSTATUS (#2962) git-svn-id: http://svn.osgeo.org/postgis/trunk@13056 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/html/image_src/generator.c b/doc/html/image_src/generator.c index 0827b7894..cb4551656 100644 --- a/doc/html/image_src/generator.c +++ b/doc/html/image_src/generator.c @@ -33,6 +33,7 @@ #include #include #include +#include /* for WEXITSTATUS */ #include "liblwgeom.h" #include "liblwgeom_internal.h" /* for trim_trailing_zeros */