23 lines
553 B
Plaintext
23 lines
553 B
Plaintext
$NetBSD: patch-ac,v 1.15 2014/03/27 19:13:06 ryoon Exp $
|
|
|
|
* Add NetBSD support
|
|
|
|
--- zfuncs.h.orig 2014-03-05 07:17:10.000000000 +0000
|
|
+++ zfuncs.h
|
|
@@ -22,7 +22,6 @@
|
|
|
|
// zfuncs.h version v.5.8
|
|
|
|
-#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
|