changeset 14982:b470e33ce4a9

[WINDOWSNT]: Include io.h.
author Richard M. Stallman <rms@gnu.org>
date Thu, 11 Apr 1996 01:39:53 +0000
parents 780fe9c87106
children 88b23d545848
files lib-src/etags.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/etags.c	Wed Apr 10 22:38:26 1996 +0000
+++ b/lib-src/etags.c	Thu Apr 11 01:39:53 1996 +0000
@@ -50,6 +50,7 @@
 # include <stdlib.h>
 # include <fcntl.h>
 # include <string.h>
+# include <io.h>
 # define MAXPATHLEN _MAX_PATH
 #endif