Fix missing/misplaced #include's
diff --git a/library/dhm.c b/library/dhm.c
index a7b275f..60e955a 100644
--- a/library/dhm.c
+++ b/library/dhm.c
@@ -49,6 +49,7 @@
 #include "polarssl/platform.h"
 #else
 #include <stdlib.h>
+#include <stdio.h>
 #define polarssl_printf     printf
 #define polarssl_malloc     malloc
 #define polarssl_free       free