aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/w32.c b/src/w32.c
index e0a34060f0a..f9110853799 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -40,9 +40,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
40#include <sys/utime.h> 40#include <sys/utime.h>
41#include <math.h> 41#include <math.h>
42 42
43/* Include CRT headers *before* ms-w32.h. */ 43/* Include (most) CRT headers *before* ms-w32.h. */
44#include <ms-w32.h> 44#include <ms-w32.h>
45 45
46#include <string.h> /* for strerror, needed by sys_strerror */
46#include <mbstring.h> /* for _mbspbrk, _mbslwr, _mbsrchr, ... */ 47#include <mbstring.h> /* for _mbspbrk, _mbslwr, _mbsrchr, ... */
47 48
48#undef access 49#undef access