diff options
Diffstat (limited to 'src/lib/elua')
-rw-r--r-- | src/lib/elua/io.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/elua/io.c b/src/lib/elua/io.c index 186170b87c..77ac3df94c 100644 --- a/src/lib/elua/io.c +++ b/src/lib/elua/io.c | |||
@@ -1,5 +1,9 @@ | |||
1 | #include "elua_private.h" | 1 | #include "elua_private.h" |
2 | 2 | ||
3 | #ifdef _WIN32 | ||
4 | # include <evil_private.h> /* realpath */ | ||
5 | #endif | ||
6 | |||
3 | /* expand fname to full path name (so that PATH is ignored) plus turn | 7 | /* expand fname to full path name (so that PATH is ignored) plus turn |
4 | * stuff into a command, and also verify whether the path exists */ | 8 | * stuff into a command, and also verify whether the path exists */ |
5 | static char * | 9 | static char * |