The unified diff between revisions [6c790cad..] and [40ab3795..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'tommath.h'

#
#
# patch "tommath.h"
#  from [e18fb765c96711cccdb5c6ff11f43dbe00bf7295]
#    to [fff11026ebb0396e0be9979d86b17879f93a682b]
#
============================================================
--- tommath.h	e18fb765c96711cccdb5c6ff11f43dbe00bf7295
+++ tommath.h	fff11026ebb0396e0be9979d86b17879f93a682b
@@ -21,7 +21,7 @@
 #include <ctype.h>
 #include <limits.h>

-#include <tommath_class.h>
+#include "tommath_class.h"

 #undef MIN
 #define MIN(x,y) ((x)<(y)?(x):(y))