diff th_crypto.h @ 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 1b39682de64f
children f04743489c9e
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" {