summaryrefslogtreecommitdiffhomepage
path: root/tommath.h
diff options
context:
space:
mode:
Diffstat (limited to 'tommath.h')
-rw-r--r--tommath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tommath.h b/tommath.h
index bcb9d86..6439a9d 100644
--- a/tommath.h
+++ b/tommath.h
@@ -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))