Blob Blame History Raw
--- groebner/src/fglm.h.orig	2011-02-23 07:59:49.000000000 -0700
+++ groebner/src/fglm.h	2011-04-21 14:26:44.651349074 -0600
@@ -12,6 +12,7 @@
 #include <BooleEnv.h>
 #include "groebner_alg.h"
 extern "C" {
+#include <m4ri/config.h>
 #include <m4ri/m4ri.h>
 }
 BEGIN_NAMESPACE_PBORIGB
--- groebner/src/nf.h.orig	2011-02-23 07:59:49.000000000 -0700
+++ groebner/src/nf.h	2011-04-21 14:27:05.777606878 -0600
@@ -12,7 +12,8 @@
 #include "groebner_alg.h"
 #if HAVE_M4RI
 extern "C"{
-#include "m4ri/m4ri.h"
+#include <m4ri/config.h>
+#include <m4ri/m4ri.h>
 }
 #endif
 #ifndef PBORI_GB_NF_H
--- PyPolyBoRi/main_wrapper.cc.orig	2011-02-23 07:59:49.000000000 -0700
+++ PyPolyBoRi/main_wrapper.cc	2011-04-21 14:29:43.021314973 -0600
@@ -22,8 +22,10 @@
 #ifdef HAVE_M4RI
 #define PACKED 1
 extern "C"{
-#include "m4ri/packedmatrix.h"
-#include "m4ri/grayflex.h"
+#include <m4ri/config.h>
+#include <m4ri/misc.h>
+#include <m4ri/packedmatrix.h>
+#include <m4ri/grayflex.h>
 }
 
 #endif