$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>
 
