summaryrefslogtreecommitdiff
path: root/mysys/my_dup.c
diff options
context:
space:
mode:
Diffstat (limited to 'mysys/my_dup.c')
-rw-r--r--mysys/my_dup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/my_dup.c b/mysys/my_dup.c
index 4b7434e29ea..f4c420eb459 100644
--- a/mysys/my_dup.c
+++ b/mysys/my_dup.c
@@ -19,7 +19,7 @@
#include "mysys_err.h"
#include <my_dir.h>
#include <errno.h>
-#if defined(MSDOS) || defined(__WIN__) || defined(__EMX__)
+#if defined(MSDOS) || defined(__WIN__)
#include <share.h>
#endif