summaryrefslogtreecommitdiff
path: root/math/qalculate/patches/patch-aa
blob: 8c4f1b87ae5adc85cdb485d88a0adb04c157c63a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-aa,v 1.2 2005/08/03 13:36:05 adam Exp $

--- libqalculate/Calculator.cc.orig	2004-10-18 12:30:49.000000000 +0000
+++ libqalculate/Calculator.cc
@@ -33,7 +33,11 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <dirent.h>
+#if defined(__NetBSD__)
+#include <sys/wait.h>
+#else
 #include <wait.h>
+#endif
 #include <queue>
 #include <glib.h>