aboutsummaryrefslogtreecommitdiff
path: root/cryptech.h
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-06-11 12:23:36 -0400
committerRob Austein <sra@hactrn.net>2015-06-11 12:23:36 -0400
commitab7d78b06974aa35bf42ad266ef0b72e188d120a (patch)
tree9e2bd29a0087153287e4a849b061e42d8a3b4b15 /cryptech.h
parent5f152f558e7bc8fc8d93ae250bdc61cd60ab5acd (diff)
Build issues on Novena.
Diffstat (limited to 'cryptech.h')
-rw-r--r--cryptech.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cryptech.h b/cryptech.h
index 6f7d439..2f8abc9 100644
--- a/cryptech.h
+++ b/cryptech.h
@@ -460,6 +460,9 @@ typedef enum { HAL_ERROR_LIST N_HAL_ERRORS } hal_error_t;
* Public functions.
*/
+#include <stdint.h>
+#include <sys/types.h>
+
extern const char *hal_error_string(const hal_error_t err);
/*