# | Line 10 | Line 10 | |
---|---|---|
10 | #include <string.h> | |
11 | #include <sys/stat.h> | |
12 | ||
13 | + | #ifdef NEED_DIRECT |
14 | + | #include <direct.h> |
15 | + | #endif |
16 | + | |
17 | #if !defined(_MSC_VER) && !defined(__BORLANDC__) | |
18 | #include <unistd.h> | |
19 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |