diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-04-11 01:39:53 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-04-11 01:39:53 +0000 |
commit | a65c6351d609928ea842dfcf83ff74e4c2847a1e (patch) | |
tree | 8ded524693681418cd409c6451133a5dbc2f1529 /lib-src | |
parent | f1d5eaf90a82bb1858c73fe499244048493b572c (diff) | |
download | emacs-a65c6351d609928ea842dfcf83ff74e4c2847a1e.tar.gz |
[WINDOWSNT]: Include io.h.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/etags.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c index 8463e01443e..ba1ac984156 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -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 |