summaryrefslogtreecommitdiff
path: root/graphics/fotoxx/patches/patch-ac
blob: fbf4a4afb7c30114aef9504094db8d0ee20d4dcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ac,v 1.16 2016/01/03 04:33:49 ryoon Exp $

* Add NetBSD support

--- zfuncs.h.orig	2016-01-01 08:20:29.000000000 +0000
+++ zfuncs.h
@@ -22,7 +22,6 @@
 
 //     zfuncs.h   version  v.6.2
 
-#include <sys/sysinfo.h>
 #include <sys/time.h>
 #include <sys/stat.h>
 #include <sys/resource.h>
@@ -43,6 +42,7 @@
 #include <execinfo.h>
 #include <locale.h>
 #include <gtk/gtk.h>
+#include <sys/wait.h>
 
 #define VERTICAL GTK_ORIENTATION_VERTICAL                                        //  GTK shortcuts
 #define HORIZONTAL GTK_ORIENTATION_HORIZONTAL