diff options
| author | Paul Eggert | 2014-04-16 12:43:46 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-04-16 12:43:46 -0700 |
| commit | 290d7ac277986bd118e594a8100b3f40e4492cb1 (patch) | |
| tree | d63a3aa61cac577dd119665edaffe2def8d194e2 /src/dired.c | |
| parent | 37eccff4f72c5a36dcd4b89d417b0047aab84e50 (diff) | |
| parent | b262bde327db2cd9b2f01f2d3ed946d0b188cb9d (diff) | |
| download | emacs-290d7ac277986bd118e594a8100b3f40e4492cb1.tar.gz emacs-290d7ac277986bd118e594a8100b3f40e4492cb1.zip | |
Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.ca
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 d8da45bf776..d3fe5b4943d 100644 --- a/src/dired.c +++ b/src/dired.c | |||
| @@ -47,6 +47,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 47 | #include "regex.h" | 47 | #include "regex.h" |
| 48 | #include "blockinput.h" | 48 | #include "blockinput.h" |
| 49 | 49 | ||
| 50 | #ifdef MSDOS | ||
| 51 | #include "msdos.h" /* for fstatat */ | ||
| 52 | #endif | ||
| 53 | |||
| 50 | static Lisp_Object Qdirectory_files; | 54 | static Lisp_Object Qdirectory_files; |
| 51 | static Lisp_Object Qdirectory_files_and_attributes; | 55 | static Lisp_Object Qdirectory_files_and_attributes; |
| 52 | static Lisp_Object Qfile_name_completion; | 56 | static Lisp_Object Qfile_name_completion; |