summaryrefslogtreecommitdiff
path: root/graphics/fotoxx/patches/patch-ac
blob: 03e7fa6529f70f4d03e7070f1cf5e20cc0baacb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
$NetBSD: patch-ac,v 1.4 2011/05/11 01:27:03 ryoon Exp $

--- zfuncs.h.orig	2011-05-01 18:44:26.000000000 +0000
+++ zfuncs.h
@@ -22,6 +22,7 @@
 
 //     zfuncs.h   version  v.4.2
 
+#include <sys/param.h>
 #include <sys/time.h>
 #include <sys/stat.h>
 #include <unistd.h>
@@ -34,9 +35,10 @@
 #include <pthread.h>
 #include <errno.h>
 #include <signal.h>
-#include <execinfo.h>
+//#include <execinfo.h>
+#include <sys/wait.h>
 #include <locale.h>
-#include <sys/inotify.h>
+//#include <sys/inotify.h>
 
 #define  int8   char                                                       //  number types
 #define  int16  short