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
#define HEADER_APPS_H
#ifdef FLAT_INC
#include "e_os.h"
#else
#include "../e_os.h"
#endif
#include <openssl/buffer.h>
#include <openssl/bio.h>

View file

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

View file

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