X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Flhash%2Flhash.h;h=9b1d5ef0589ec5e6fd7f2d14a2e8d7aeb2424938;hp=e97d39ffc51134496dda9b227125f1663fece1aa;hb=0b86eb3ea66628997a11bc8588c4695eabd90e62;hpb=574e991aa5a95eabaf2efcb4af8981211c2f7fb2 diff --git a/crypto/lhash/lhash.h b/crypto/lhash/lhash.h index e97d39ffc5..9b1d5ef058 100644 --- a/crypto/lhash/lhash.h +++ b/crypto/lhash/lhash.h @@ -67,6 +67,10 @@ extern "C" { #endif +#ifndef NO_FP_API +#include +#endif + typedef struct lhash_node_st { char *data;