# HG changeset patch # User Matti Hamalainen # Date 1455218627 -7200 # Node ID d9f1d1c977ff053964b95e62a05c54d210c8fdb3 # Parent 5a31e1f766bec771f7ab114daae6d579daf6afeb Include stdio.h here, we need it for th_md5_print(). diff -r 5a31e1f766be -r d9f1d1c977ff th_crypto.h --- a/th_crypto.h Thu Feb 11 20:27:28 2016 +0200 +++ b/th_crypto.h Thu Feb 11 21:23:47 2016 +0200 @@ -13,8 +13,9 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif + #include "th_endian.h" - +#include #ifdef __cplusplus extern "C" {