diff options
| author | Richard M. Stallman | 1996-04-11 01:39:53 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-04-11 01:39:53 +0000 |
| commit | a65c6351d609928ea842dfcf83ff74e4c2847a1e (patch) | |
| tree | 8ded524693681418cd409c6451133a5dbc2f1529 /lib-src | |
| parent | f1d5eaf90a82bb1858c73fe499244048493b572c (diff) | |
| download | emacs-a65c6351d609928ea842dfcf83ff74e4c2847a1e.tar.gz emacs-a65c6351d609928ea842dfcf83ff74e4c2847a1e.zip | |
[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"; | |||
| 50 | # include <stdlib.h> | 50 | # include <stdlib.h> |
| 51 | # include <fcntl.h> | 51 | # include <fcntl.h> |
| 52 | # include <string.h> | 52 | # include <string.h> |
| 53 | # include <io.h> | ||
| 53 | # define MAXPATHLEN _MAX_PATH | 54 | # define MAXPATHLEN _MAX_PATH |
| 54 | #endif | 55 | #endif |
| 55 | 56 | ||