(ef_open) [_WIN32]: Add shared.h for MinGW environment,

needed for WIN32 file locking. Broken (missed) in rev 1.70.
This commit is contained in:
Ron Koenderink 2006-08-08 22:43:18 +00:00
parent a89e21037e
commit 2742a2db62

View file

@ -36,8 +36,10 @@
#include <config.h> #include <config.h>
#include <errno.h> #include <errno.h>
#if defined(_WIN32) && !defined(__GNUC__) #if defined(_WIN32)
#if !defined(__GNUC__)
#include <io.h> #include <io.h>
#endif
#include <share.h> #include <share.h>
#endif #endif
#include <fcntl.h> #include <fcntl.h>