X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Frand%2Frandfile.c;h=8318df1c408f9c19fe8b933891f886e044743c93;hb=17e3dd1c62e9aadcd908c55e650f70379d2d19e2;hp=f3d93ad32199dcc7bcfc519c4eb86582ac45b728;hpb=7d7d2cbcb02206f3393681f2bce198e11e2e185b;p=oweals%2Fopenssl.git diff --git a/crypto/rand/randfile.c b/crypto/rand/randfile.c index f3d93ad321..8318df1c40 100644 --- a/crypto/rand/randfile.c +++ b/crypto/rand/randfile.c @@ -63,7 +63,13 @@ #include #include #include -#include + +#ifndef FLAT_INC +# include "../e_os.h" +#else +# include "e_os.h" +#endif + #include #undef BUFSIZE