From 658cd50bbe206b90a6d167563f2b95f8c53e50fb Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 29 Jan 2004 09:30:26 +0000 Subject: [PATCH] Include e_os.h the same way as everywhere else. --- apps/apps.h | 4 ++++ crypto/bf/bftest.c | 4 ++++ crypto/cryptlib.h | 4 ++++ 3 files changed, 12 insertions(+) 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 -- 2.25.1