repo.or.cz
/
isl.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
210e8b4
)
isl_list_templ.c: directly include required header
author
Sven Verdoolaege
<skimo@kotnet.org>
Thu, 26 Jan 2017 11:20:37 +0000
(26 12:20 +0100)
committer
Sven Verdoolaege
<sven.verdoolaege@gmail.com>
Mon, 18 Sep 2017 11:20:14 +0000
(18 13:20 +0200)
Include the header explicitly instead of relying on the header getting
included before isl_list_templ.c.
Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
isl_list_templ.c
patch
|
blob
|
blame
|
history
diff --git
a/isl_list_templ.c
b/isl_list_templ.c
index
7d0c544
..
b9b582e
100644
(file)
--- a/
isl_list_templ.c
+++ b/
isl_list_templ.c
@@
-15,6
+15,7
@@
#include <isl_sort.h>
#include <isl_tarjan.h>
+#include <isl/printer.h>
#define xCAT(A,B) A ## B
#define CAT(A,B) xCAT(A,B)