crlgen_lex_fix.sed (86B)
1 /<unistd.h>/ { 2 i #ifdef _WIN32 3 i #include <io.h> 4 i #else 5 a #endif 6 }