aboutsummaryrefslogtreecommitdiffstats
path: root/src/dired.c
diff options
context:
space:
mode:
authorPaul Eggert2014-04-16 12:43:46 -0700
committerPaul Eggert2014-04-16 12:43:46 -0700
commit290d7ac277986bd118e594a8100b3f40e4492cb1 (patch)
treed63a3aa61cac577dd119665edaffe2def8d194e2 /src/dired.c
parent37eccff4f72c5a36dcd4b89d417b0047aab84e50 (diff)
parentb262bde327db2cd9b2f01f2d3ed946d0b188cb9d (diff)
downloademacs-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.c4
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
50static Lisp_Object Qdirectory_files; 54static Lisp_Object Qdirectory_files;
51static Lisp_Object Qdirectory_files_and_attributes; 55static Lisp_Object Qdirectory_files_and_attributes;
52static Lisp_Object Qfile_name_completion; 56static Lisp_Object Qfile_name_completion;