]> granicus.if.org Git - postgis/commitdiff
Include sys/wait.h to have access to WEXITSTATUS (#2962)
authorSandro Santilli <strk@keybit.net>
Fri, 10 Oct 2014 14:54:25 +0000 (14:54 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 10 Oct 2014 14:54:25 +0000 (14:54 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13056 b70326c6-7e19-0410-871a-916f4a2858ee

doc/html/image_src/generator.c

index 0827b78946563959308b1a5c58064a9c7b44d8e9..cb4551656c2c9b5d9d7eea33685b7bc005e73213 100644 (file)
@@ -33,6 +33,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <ctype.h>
+#include <sys/wait.h> /* for WEXITSTATUS */
 
 #include "liblwgeom.h"
 #include "liblwgeom_internal.h" /* for trim_trailing_zeros */