Include e_os.h the same way as everywhere else.

This commit is contained in:
Richard Levitte 2004-01-29 09:30:26 +00:00
parent a3940bb751
commit 658cd50bbe
3 changed files with 12 additions and 0 deletions

View File

@ -59,7 +59,11 @@
#ifndef HEADER_APPS_H #ifndef HEADER_APPS_H
#define HEADER_APPS_H #define HEADER_APPS_H
#ifdef FLAT_INC
#include "e_os.h" #include "e_os.h"
#else
#include "../e_os.h"
#endif
#include <openssl/buffer.h> #include <openssl/buffer.h>
#include <openssl/bio.h> #include <openssl/bio.h>

View File

@ -63,7 +63,11 @@
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>
#ifdef FLAT_INC
#include "e_os.h" #include "e_os.h"
#else
#include "../e_os.h"
#endif
#ifdef NO_BF #ifdef NO_BF
int main(int argc, char *argv[]) int main(int argc, char *argv[])

View File

@ -62,7 +62,11 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#ifdef FLAT_INC
#include "e_os.h" #include "e_os.h"
#else
#include "../e_os.h"
#endif
#include <openssl/crypto.h> #include <openssl/crypto.h>
#include <openssl/buffer.h> #include <openssl/buffer.h>