]> granicus.if.org Git - graphviz/commitdiff
have SparseMatrix.h #include <stdio.h> to minimize further changes
authorellson <devnull@localhost>
Wed, 30 Jul 2008 20:53:08 +0000 (20:53 +0000)
committerellson <devnull@localhost>
Wed, 30 Jul 2008 20:53:08 +0000 (20:53 +0000)
remove mm2gv which was mistakenly added to cvs

lib/sparse/SparseMatrix.h

index 27edc3f1178208b4a450e7f8fde5c7779e9fb417..b785bce5db4d10ac1a105a134c5ecd9ac243ad65 100644 (file)
@@ -18,6 +18,7 @@
 #define test_flag(a, flag) ((a)&(flag))
 #define clear_flag(a, flag) ((a) &=(~(flag)))
 
+#include <stdio.h>
 typedef double real;
 
 #define SYMMETRY_EPSILON 0.0000001