Mercurial > hg > xemacs-beta
diff src/dired-msw.c @ 288:e11d67e05968 r21-0b42
Import from CVS: tag r21-0b42
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:35:54 +0200 |
parents | c42ec1d1cded |
children | 74fd4e045ea6 |
line wrap: on
line diff
--- a/src/dired-msw.c Mon Aug 13 10:35:07 2007 +0200 +++ b/src/dired-msw.c Mon Aug 13 10:35:54 2007 +0200 @@ -75,11 +75,16 @@ #include "buffer.h" #include "regex.h" +#include "sysdir.h" #include "sysfile.h" -#include "sysdir.h" +#include "sysproc.h" #include <windows.h> #include <limits.h> +#include <time.h> + +#include <winsock.h> /* To make nt.h happy */ +#include "nt.h" /* For prototypes */ #if ROUND_FILE_SIZES > 0 #include <math.h> /* for floor() */