ports/math/libqalculate/files/patch-libqalculate-Calculator.cc
Pav Lucistnik f212fd9320 - Update qalculate to 0.8.0, which splits out libqalculate
PR:		ports/81832
Submitted by:	Sergey Akifyev <asa@agava.com> (maintainer)
2005-06-07 09:01:36 +00:00

11 lines
284 B
C++

--- libqalculate/Calculator.cc.orig Fri Jun 3 12:25:49 2005
+++ libqalculate/Calculator.cc Fri Jun 3 12:25:59 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>