]> git.eshelyaron.com Git - emacs.git/commitdiff
[WINDOWSNT]: Include io.h.
authorRichard M. Stallman <rms@gnu.org>
Thu, 11 Apr 1996 01:39:53 +0000 (01:39 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 11 Apr 1996 01:39:53 +0000 (01:39 +0000)
lib-src/etags.c

index 8463e01443e787ee10caa0969509ac910159a4f3..ba1ac984156e4029cddb35ecc6b23cf4147a3f1c 100644 (file)
@@ -50,6 +50,7 @@ char pot_etags_version[] = "@(#) pot revision number is 11.59";
 # include <stdlib.h>
 # include <fcntl.h>
 # include <string.h>
+# include <io.h>
 # define MAXPATHLEN _MAX_PATH
 #endif