summaryrefslogtreecommitdiffstats
path: root/src/misc/espresso/indep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/espresso/indep.c')
-rw-r--r--src/misc/espresso/indep.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/misc/espresso/indep.c b/src/misc/espresso/indep.c
index 10b363a0..52de654b 100644
--- a/src/misc/espresso/indep.c
+++ b/src/misc/espresso/indep.c
@@ -9,6 +9,9 @@
*/
#include "mincov_int.h"
+ABC_NAMESPACE_IMPL_START
+
+
static sm_matrix *build_intersection_matrix();
@@ -132,3 +135,5 @@ sm_matrix *A;
return B;
}
+ABC_NAMESPACE_IMPL_END
+