diff options
Diffstat (limited to 'src/dired.c')
| -rw-r--r-- | src/dired.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dired.c b/src/dired.c index 493758292b9..b8197d36a02 100644 --- a/src/dired.c +++ b/src/dired.c | |||
| @@ -41,6 +41,10 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | |||
| 41 | #include "buffer.h" | 41 | #include "buffer.h" |
| 42 | #include "coding.h" | 42 | #include "coding.h" |
| 43 | 43 | ||
| 44 | #ifdef __CYGWIN__ | ||
| 45 | # undef O_PATH /* Buggy in Cygwin 3.0.0 through 3.0.7. */ | ||
| 46 | #endif | ||
| 47 | |||
| 44 | #ifdef MSDOS | 48 | #ifdef MSDOS |
| 45 | #include "msdos.h" /* for fstatat */ | 49 | #include "msdos.h" /* for fstatat */ |
| 46 | #endif | 50 | #endif |