From: Richard Levitte Date: Thu, 29 Jan 2004 09:30:26 +0000 (+0000) Subject: Include e_os.h the same way as everywhere else. X-Git-Tag: OpenSSL_0_9_6m~8 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=658cd50bbe206b90a6d167563f2b95f8c53e50fb;p=oweals%2Fopenssl.git Include e_os.h the same way as everywhere else. --- diff --git a/apps/apps.h b/apps/apps.h index 201ec03fd9..c53755a861 100644 --- a/apps/apps.h +++ b/apps/apps.h @@ -59,7 +59,11 @@ #ifndef HEADER_APPS_H #define HEADER_APPS_H +#ifdef FLAT_INC #include "e_os.h" +#else +#include "../e_os.h" +#endif #include #include diff --git a/crypto/bf/bftest.c b/crypto/bf/bftest.c index 42e00963e7..89b72d44bd 100644 --- a/crypto/bf/bftest.c +++ b/crypto/bf/bftest.c @@ -63,7 +63,11 @@ #include #include +#ifdef FLAT_INC #include "e_os.h" +#else +#include "../e_os.h" +#endif #ifdef NO_BF int main(int argc, char *argv[]) diff --git a/crypto/cryptlib.h b/crypto/cryptlib.h index 390488a37d..e619a992f7 100644 --- a/crypto/cryptlib.h +++ b/crypto/cryptlib.h @@ -62,7 +62,11 @@ #include #include +#ifdef FLAT_INC #include "e_os.h" +#else +#include "../e_os.h" +#endif #include #include