[SCM] an open source computer algebra system branch, cleanedupstream, updated. 6125e540ca6d66c307958938a9d53b245507c323

Bernhard R. Link brlink at debian.org
Tue Apr 24 15:53:16 UTC 2012


The following commit has been merged in the cleanedupstream branch:
commit ebe75d46ff48a3f4fe74dabd7ef89bc20ca29be8
Author: Martin Lee <martinlee84 at web.de>
Date:   Fri Feb 10 14:11:02 2012 +0100

    chg: include string.h
    
    courtesy of "Grayson, Daniel R." <dan at math.uiuc.edu>

diff --git a/libfac/test.cc b/libfac/test.cc
index e446489..e3fb38a 100644
--- a/libfac/test.cc
+++ b/libfac/test.cc
@@ -1,6 +1,8 @@
 //static char rcsid[] = "$Id$";
 ///////////////////////////////////////////////////////////////////////////////
 // Factor - Includes
+#include <string.h>
+
 #include "factor.h"
 #ifdef HAVE_IOSTREAM
 #include <iostream>

-- 
an open source computer algebra system



More information about the debian-science-commits mailing list