diff options
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 | ||