diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -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 |