diff --git a/demo/demo.c b/demo/demo.c index 75d5cf8..a5ac674 100644 --- a/demo/demo.c +++ b/demo/demo.c @@ -1,3 +1,4 @@ +#include #include #ifdef IOWNANATHLON diff --git a/tommath.h b/tommath.h index 556b924..93fa74c 100644 --- a/tommath.h +++ b/tommath.h @@ -16,10 +16,8 @@ #define BN_H_ #include -#include #include #include -#include #include #include diff --git a/tommath_private.h b/tommath_private.h index d154739..5d4ea63 100644 --- a/tommath_private.h +++ b/tommath_private.h @@ -16,6 +16,7 @@ #define TOMMATH_PRIV_H_ #include +#include #ifdef __cplusplus extern "C" {