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

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


The following commit has been merged in the cleanedupstream branch:
commit 9e2a439a5283dd64715d68c98b5c8ce6118ee2a4
Author: Martin Lee <martinlee84 at web.de>
Date:   Thu Feb 9 15:34:09 2012 +0100

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

diff --git a/factory/memutil.c b/factory/memutil.c
index f71f94c..fa2b115 100644
--- a/factory/memutil.c
+++ b/factory/memutil.c
@@ -4,6 +4,8 @@
 
 #include <config.h>
 
+#include <string.h>
+
 #include <stdlib.h>
 
 #include "assert.h"

-- 
an open source computer algebra system



More information about the debian-science-commits mailing list