forte: new package
[vuplus_openembedded] / packages / forte / forte-0.3.5 / forte-0.3.5_stdlib_inc_fix.patch
1 diff -Naur FORTE-0.3.5.orig/src/core/datatypes/forte_lreal.cpp FORTE-0.3.5/src/core/datatypes/forte_lreal.cpp
2 --- FORTE-0.3.5.orig/src/core/datatypes/forte_lreal.cpp 2008-12-11 16:05:26.000000000 +0000
3 +++ FORTE-0.3.5/src/core/datatypes/forte_lreal.cpp      2009-02-16 11:01:44.000000000 +0000
4 @@ -8,6 +8,7 @@
5   * Contributors:\r
6   *     <date>: <author>, <author email> - changes\r
7   *******************************************************************************/\r
8 +#include <stdlib.h>\r
9  #include <math.h>\r
10  #include "forte_lreal.h"\r
11  \r
12 diff -Naur FORTE-0.3.5.orig/src/core/datatypes/forte_real.cpp FORTE-0.3.5/src/core/datatypes/forte_real.cpp
13 --- FORTE-0.3.5.orig/src/core/datatypes/forte_real.cpp  2008-12-11 16:05:40.000000000 +0000
14 +++ FORTE-0.3.5/src/core/datatypes/forte_real.cpp       2009-02-16 11:12:16.000000000 +0000
15 @@ -8,6 +8,7 @@
16   * Contributors:\r
17   *     <date>: <author>, <author email> - changes\r
18   *******************************************************************************/\r
19 +#include <stdlib.h>\r
20  #include <math.h>\r
21  #include "forte_real.h"\r
22  \r