23 lines
558 B
Plaintext
23 lines
558 B
Plaintext
$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
|