openbsd-ports/math/freemat/patches/patch-libs_libFreeMat_WalkTree_cpp
steven 962f82cedc import FreeMat 2.0
FreeMat is a free environment for rapid engineering and scientific
prototyping and data processing. It is similar to commercial systems
such as MATLAB from Mathworks, and IDL from Research Systems, but is
Open Source. FreeMat includes several novel features such as a codeless
interface to external C/C++/FORTRAN code, parallel/distributed
algorithm development (via MPI), and plotting and visualization
capabilities.
2006-10-28 19:53:04 +00:00

12 lines
377 B
Plaintext

$OpenBSD: patch-libs_libFreeMat_WalkTree_cpp,v 1.1.1.1 2006/10/28 19:53:05 steven Exp $
--- libs/libFreeMat/WalkTree.cpp.orig Wed Oct 18 09:49:23 2006
+++ libs/libFreeMat/WalkTree.cpp Wed Oct 18 09:49:36 2006
@@ -21,6 +21,7 @@
#include <stack>
#include <math.h>
#include <stdio.h>
+#include <unistd.h>
#include "Exception.hpp"
#include "Math.hpp"
#include "Reserved.hpp"