1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/graphics/hugin/files/patch-src-include-panoinc.h
Pav Lucistnik 79159e8ce4 - Update to 0.5 beta2
PR:		ports/78350
Submitted by:	Marco Molteni <molter@tin.it>
Approved by:	Carlos Eduardo <cartola@openit.com.br> (maintainer)
2005-03-05 19:26:29 +00:00

12 lines
275 B
C++

--- src/include/panoinc.h.orig Wed Mar 2 23:04:45 2005
+++ src/include/panoinc.h Wed Mar 2 23:05:09 2005
@@ -32,6 +32,8 @@
#ifdef __unix__
#include <sys/time.h>
#include <sys/resource.h>
+#include <sys/types.h>
+#include <sys/wait.h>
#endif
#include <vector>