freebsd-ports/science/glens/files/patch-mat.cpp
Ying-Chieh Liao 0105a77e22 add glens 0.3
OpenGL gravitational lens simulator
2002-08-08 08:39:30 +00:00

11 lines
222 B
C++

--- 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)