freebsd-ports/graphics/povray37/files/patch-vfe_unix_vfeplatform.cpp
Max Brazhnikov d4cc02ef19 Update to 3.7.0 RC3
PR:		ports/156431
Submitted by:	Bjoern Koenig <bkoenig at alpha-tierchen.de>
2011-05-07 17:34:00 +00:00

10 lines
282 B
C++

--- vfe/unix/vfeplatform.cpp.orig 2011-01-02 14:43:05.000000000 +0100
+++ vfe/unix/vfeplatform.cpp 2011-03-08 12:57:50.000000000 +0100
@@ -97,6 +97,7 @@
#include <pthread.h>
#include <stdlib.h>
#include <string.h>
+#include <sys/wait.h>
#ifdef HAVE_TIME_H
# include <time.h>