freebsd-ports/math/libqalculate/files/patch-src-qalc.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
267 B
C++

--- src/qalc.cc.orig Fri Jun 3 12:51:31 2005
+++ src/qalc.cc Fri Jun 3 12:51:45 2005
@@ -16,7 +16,7 @@
#include <time.h>
#include <pthread.h>
#include <dirent.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <stdio.h>
#include <vector>
#include <glib.h>