changeset 199:d9f1d1c977ff

Include stdio.h here, we need it for th_md5_print().
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 11 Feb 2016 21:23:47 +0200
parents 5a31e1f766be
children d80916aada78
files th_crypto.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <stdio.h>
 
 #ifdef __cplusplus
 extern "C" {