Package: qutemol / 0.4.1~cvs20081111-15

30_matrix33.h.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
From: Morten Kjeldgaard <mok0@ubuntu.com>
Subject: Include stdlib.h


--- a/vcg/vcg/math/matrix33.h
+++ b/vcg/vcg/math/matrix33.h
@@ -95,6 +95,7 @@
 #ifndef __VCGLIB_MATRIX33_H
 #define __VCGLIB_MATRIX33_H
 
+#include <stdlib.h>
 #include <stdio.h>
 #include <vcg/math/lin_algebra.h>
 #include <vcg/math/matrix44.h>