diff options
Diffstat (limited to 'math/libqalculate/files/patch-src-qalc.cc')
-rw-r--r-- | math/libqalculate/files/patch-src-qalc.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/libqalculate/files/patch-src-qalc.cc b/math/libqalculate/files/patch-src-qalc.cc new file mode 100644 index 0000000..f5e93c1 --- /dev/null +++ b/math/libqalculate/files/patch-src-qalc.cc @@ -0,0 +1,11 @@ +--- 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> |