diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-08-08 08:39:30 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-08-08 08:39:30 +0000 |
commit | 0105a77e229b6aa0aacce0f287a84dd504e5703f (patch) | |
tree | cfef2c5eb79531f7f422c789b476d62b6273ef15 /science/glens/files | |
parent | 36830729ec7cd470b9309ecf9007c62be142ee9e (diff) | |
download | ports-0105a77e229b6aa0aacce0f287a84dd504e5703f.tar.gz ports-0105a77e229b6aa0aacce0f287a84dd504e5703f.zip |
Notes
Diffstat (limited to 'science/glens/files')
-rw-r--r-- | science/glens/files/patch-mat.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/science/glens/files/patch-mat.cpp b/science/glens/files/patch-mat.cpp new file mode 100644 index 000000000000..55d691669bc3 --- /dev/null +++ b/science/glens/files/patch-mat.cpp @@ -0,0 +1,10 @@ +--- src/mat.cpp.orig Thu Aug 8 16:29:42 2002 ++++ src/mat.cpp Thu Aug 8 16:29:55 2002 +@@ -12,6 +12,7 @@ + + #include <math.h> + #include <stdio.h> ++#include <stdlib.h> + #include "mat.h" + + void inverse(view *in, view *out) |