summaryrefslogtreecommitdiff
path: root/graphics/fotoxx/patches/patch-ac
blob: 4105a835b897cf717d14a5c1490398eaad9c4424 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ac,v 1.11 2012/08/25 22:12:10 dholland Exp $

--- zfuncs.h.orig	2012-08-04 11:58:30.000000000 +0000
+++ zfuncs.h
@@ -37,7 +37,11 @@
 #include <pthread.h>
 #include <errno.h>
 #include <signal.h>
+#include <sys/param.h>
+#if defined (HAVE_EXECINFO_H)
 #include <execinfo.h>
+#endif
+#include <sys/wait.h>
 #include <locale.h>
 #include <gtk/gtk.h>