diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/sysdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index 46802dd1eb0..3d2b9bdeeee 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -63,7 +63,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 63 | #define STDERR_FILENO fileno(GetStdHandle(STD_ERROR_HANDLE)) | 63 | #define STDERR_FILENO fileno(GetStdHandle(STD_ERROR_HANDLE)) |
| 64 | #endif | 64 | #endif |
| 65 | #include "w32.h" | 65 | #include "w32.h" |
| 66 | #endif /* not WINDOWSNT */ | 66 | #endif /* WINDOWSNT */ |
| 67 | 67 | ||
| 68 | #include <sys/types.h> | 68 | #include <sys/types.h> |
| 69 | #include <sys/stat.h> | 69 | #include <sys/stat.h> |