diff --git a/src/headers/tfm_private.h b/src/headers/tfm_private.h index 0afbac4..7f67225 100644 --- a/src/headers/tfm_private.h +++ b/src/headers/tfm_private.h @@ -10,7 +10,7 @@ #ifndef TFM_PRIVATE_H_ #define TFM_PRIVATE_H_ -#include +#include "tfm.h" /* VARIOUS LOW LEVEL STUFFS */ void s_fp_add(fp_int *a, fp_int *b, fp_int *c);