aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32proc.c')
-rw-r--r--src/w32proc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/w32proc.c b/src/w32proc.c
index 3dce1e1f219..56369e63281 100644
--- a/src/w32proc.c
+++ b/src/w32proc.c
@@ -62,6 +62,7 @@ extern BOOL WINAPI IsValidLocale(LCID, DWORD);
62#include "process.h" 62#include "process.h"
63#include "syssignal.h" 63#include "syssignal.h"
64#include "w32term.h" 64#include "w32term.h"
65#include "dispextern.h" /* for xstrcasecmp */
65 66
66#define RVA_TO_PTR(var,section,filedata) \ 67#define RVA_TO_PTR(var,section,filedata) \
67 ((void *)((section)->PointerToRawData \ 68 ((void *)((section)->PointerToRawData \