Fix header files so that any one can be included first.
[openssl.git] / crypto / lhash / lhash.h
index e97d39ffc51134496dda9b227125f1663fece1aa..9b1d5ef0589ec5e6fd7f2d14a2e8d7aeb2424938 100644 (file)
 extern "C" {
 #endif
 
 extern "C" {
 #endif
 
+#ifndef NO_FP_API
+#include <stdio.h>
+#endif
+
 typedef struct lhash_node_st
        {
        char *data;
 typedef struct lhash_node_st
        {
        char *data;