Commit 08a54f6e authored by Richard Levitte's avatar Richard Levitte
Browse files

Make sure we get the definition of OPENSSL_NO_FP_API.

parent 83054771
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -59,6 +59,8 @@
#ifndef HEADER_ERR_H
#define HEADER_ERR_H

#include <openssl/e_os2.h>

#ifndef OPENSSL_NO_FP_API
#include <stdio.h>
#include <stdlib.h>
+1 −0
Original line number Diff line number Diff line
@@ -63,6 +63,7 @@
#ifndef HEADER_LHASH_H
#define HEADER_LHASH_H

#include <openssl/e_os2.h>
#ifndef OPENSSL_NO_FP_API
#include <stdio.h>
#endif