diff options
Diffstat (limited to 'errorstrings.c')
-rw-r--r-- | errorstrings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/errorstrings.c b/errorstrings.c index 9a4cc49..1a234dd 100644 --- a/errorstrings.c +++ b/errorstrings.c @@ -38,7 +38,7 @@ #include <string.h> #include <assert.h> -#include "cryptech.h" +#include "hal.h" #define DEFINE_HAL_ERROR(_code_,_text_) \ case _code_: return _text_; |