ports/math/qalculate/files/patch-src_libqalculate_Calculator.cc
Michael Johnson 92fb09df2b - Update to 0.7.2
PR:		ports/78696
Submitted by:	Sergey Akifyev <asa@agava.com> (maintainer)
2005-03-11 22:20:47 +00:00

11 lines
292 B
C++

--- src/libqalculate/Calculator.cc.orig Fri Mar 11 14:36:10 2005
+++ src/libqalculate/Calculator.cc Fri Mar 11 14:36:17 2005
@@ -33,7 +33,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
-#include <wait.h>
+#include <sys/wait.h>
#include <queue>
#include <glib.h>