Commit 1444ba8d authored by Ulf Möller's avatar Ulf Möller
Browse files

NeXT doesn't have dirent.

Pointed out by Juergen Moellenhoff <jurgen@oic.de>
parent 1fac96e4
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -106,10 +106,12 @@

#include <stdio.h>
#include <sys/types.h>
#ifndef WIN32
#ifndef VMS
#if !defined(WIN32) && !defined(VSM) && !defined(NeXT)
#include <dirent.h>
#endif
#ifdef NeXT
#include <sys/dir.h>
#define dirent direct
#endif
#include <openssl/objects.h>
#include <openssl/bio.h>