be_lower_for_target is now a simple function in the public API
[libfirm] / ir / adt / gaussjordan.c
index 0d77761..3318fec 100644 (file)
@@ -38,6 +38,8 @@
 #include <stdlib.h>
 #include "xmalloc.h"
 
+#include "gaussjordan.h"
+
 #define SMALL 0.00001
 
 int firm_gaussjordansolve(double *A, double *vec, int nsize)