aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32.c
diff options
context:
space:
mode:
authorDaniel Colascione2012-10-08 04:53:18 -0800
committerDaniel Colascione2012-10-08 04:53:18 -0800
commit501199a3dbccc83f91a561c6664ae4c1d3dde20a (patch)
treec9b24607e5e44b61fad483b10a0c77862d4d2661 /src/w32.c
parentc54ebba4e076caeb6105c6bb682252b139a169fa (diff)
downloademacs-501199a3dbccc83f91a561c6664ae4c1d3dde20a.tar.gz
emacs-501199a3dbccc83f91a561c6664ae4c1d3dde20a.zip
Code cleanup for cygw32
Diffstat (limited to 'src/w32.c')
-rw-r--r--src/w32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/w32.c b/src/w32.c
index 85210cb8e4c..b50cd13517d 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -173,6 +173,7 @@ typedef struct _REPARSE_DATA_BUFFER {
173 173
174#include "w32.h" 174#include "w32.h"
175#include "ndir.h" 175#include "ndir.h"
176#include "w32common.h"
176#include "w32heap.h" 177#include "w32heap.h"
177#include "systime.h" 178#include "systime.h"
178#include "dispextern.h" /* for xstrcasecmp */ 179#include "dispextern.h" /* for xstrcasecmp */