summaryrefslogtreecommitdiff
path: root/math/qalculate/patches/patch-aa
blob: ecd797c7adfa1659aaff0a01e47fd7588b7ea93c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-aa,v 1.1.1.1 2004/11/19 12:30:08 adam Exp $

--- src/libqalculate/Calculator.cc.orig	2004-10-18 12:30:49.000000000 +0000
+++ src/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>