summaryrefslogtreecommitdiff
path: root/isl_mat.c
diff options
context:
space:
mode:
authorSven Verdoolaege <skimo@kotnet.org>2011-03-16 16:19:45 +0100
committerSven Verdoolaege <skimo@kotnet.org>2011-03-16 16:19:45 +0100
commit0dcb90aef1a2934609fdce9d8cf527af8b558d43 (patch)
treea9ee51685a8a511d59f5d16ce45ee75de1783dae /isl_mat.c
parent83c88f056b70213b886b7579fd152f2f80a43dba (diff)
downloadisl-0dcb90aef1a2934609fdce9d8cf527af8b558d43.tar.gz
isl-0dcb90aef1a2934609fdce9d8cf527af8b558d43.tar.bz2
isl-0dcb90aef1a2934609fdce9d8cf527af8b558d43.zip
hide isl_ctx internals
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Diffstat (limited to 'isl_mat.c')
-rw-r--r--isl_mat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/isl_mat.c b/isl_mat.c
index 18b99668..cb7db6b0 100644
--- a/isl_mat.c
+++ b/isl_mat.c
@@ -7,6 +7,7 @@
* Computerwetenschappen, Celestijnenlaan 200A, B-3001 Leuven, Belgium
*/
+#include <isl_ctx_private.h>
#include <isl/dim.h>
#include <isl/seq.h>
#include <isl_mat_private.h>