summaryrefslogtreecommitdiff
path: root/graphics/fotoxx/patches/patch-ac
blob: 7d8aa60ed528a0d49ce3ebcb94741f7cdfd776c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ac,v 1.10 2012/08/12 07:20:15 ryoon 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 (__linux__) || (defined (__NetBSD__) && (__NetBSD_Version__ >= 699000000))
 #include <execinfo.h>
+#endif
+#include <sys/wait.h>
 #include <locale.h>
 #include <gtk/gtk.h>