mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-21 11:19:02 -04:00
11 lines
429 B
Diff
11 lines
429 B
Diff
--- sage-5.8/spkg/build/sage-5.8/c_lib/src/memory.c.orig 2012-07-10 11:46:54.516595967 -0400
|
|
+++ sage-5.8/spkg/build/sage-5.8/c_lib/src/memory.c 2012-07-10 11:47:12.688596755 -0400
|
|
@@ -17,7 +17,7 @@ AUTHORS:
|
|
* http://www.gnu.org/licenses/
|
|
****************************************************************************/
|
|
|
|
-#include <mpir.h>
|
|
+#include <gmp.h>
|
|
#include "memory.h"
|
|
|
|
/* mpir memory functions */
|