Do not use tommath.h from the system for building
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
diff --git a/dep.pl b/dep.pl
index 69fcd95..71c6b71 100644
--- a/dep.pl
+++ b/dep.pl
@@ -120,8 +120,8 @@ print {$class} << 'EOS';
# define LTM_LAST
#endif
-#include "tommath_superclass.h"
-#include "tommath_class.h"
+#include <tommath_superclass.h>
+#include <tommath_class.h>
#else
# define LTM_LAST
#endif
diff --git a/tommath.h b/tommath.h
index 44487e1..b6b945a 100644
--- a/tommath.h
+++ b/tommath.h
@@ -18,7 +18,7 @@
#include <stdint.h>
#include <limits.h>
-#include "tommath_class.h"
+#include <tommath_class.h>
#ifdef __cplusplus
extern "C" {
diff --git a/tommath_class.h b/tommath_class.h
index 250dc4b..f700d66 100644
--- a/tommath_class.h
+++ b/tommath_class.h
@@ -1051,8 +1051,8 @@
# define LTM_LAST
#endif
-#include "tommath_superclass.h"
-#include "tommath_class.h"
+#include <tommath_superclass.h>
+#include <tommath_class.h>
#else
# define LTM_LAST
#endif