isl_ast_build_get_stride: use isl_val
[platform/upstream/isl.git] / isl_gmp.c
index 82b776d..d488fd2 100644 (file)
--- a/isl_gmp.c
+++ b/isl_gmp.c
@@ -1,13 +1,13 @@
 /*
  * Copyright 2008-2009 Katholieke Universiteit Leuven
  *
- * Use of this software is governed by the GNU LGPLv2.1 license
+ * Use of this software is governed by the MIT license
  *
  * Written by Sven Verdoolaege, K.U.Leuven, Departement
  * Computerwetenschappen, Celestijnenlaan 200A, B-3001 Leuven, Belgium
  */
 
-#include "isl_int.h"
+#include <isl_int.h>
 
 uint32_t isl_gmp_hash(mpz_t v, uint32_t hash)
 {