summaryrefslogtreecommitdiff
path: root/isl_tab.c
diff options
context:
space:
mode:
authorSven Verdoolaege <skimo@kotnet.org>2010-08-15 15:06:26 +0200
committerSven Verdoolaege <skimo@kotnet.org>2010-09-04 11:04:28 +0200
commit093abd9827a83a22e2f06ff1e0f6f14d8ed9245c (patch)
treeae31caaad9b3544c5de6808197d532f79e1c37f6 /isl_tab.c
parentc5c8fe2afb40e04406d0f463375e1675642e8993 (diff)
downloadisl-093abd9827a83a22e2f06ff1e0f6f14d8ed9245c.tar.gz
isl-093abd9827a83a22e2f06ff1e0f6f14d8ed9245c.tar.bz2
isl-093abd9827a83a22e2f06ff1e0f6f14d8ed9245c.zip
add public API for matrices
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Diffstat (limited to 'isl_tab.c')
-rw-r--r--isl_tab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/isl_tab.c b/isl_tab.c
index b8a80bea..7a71ce67 100644
--- a/isl_tab.c
+++ b/isl_tab.c
@@ -7,7 +7,7 @@
* Computerwetenschappen, Celestijnenlaan 200A, B-3001 Leuven, Belgium
*/
-#include "isl_mat.h"
+#include <isl_mat_private.h>
#include "isl_map_private.h"
#include "isl_tab.h"
#include "isl_seq.h"