summaryrefslogtreecommitdiff
path: root/cmd/crlutil/crlgen_lex_fix.sed
blob: 603dd2d1bea309592eaa1c7b0e4dc01157bae772 (plain)
1
2
3
4
5
6
/<unistd.h>/ {
        i #ifdef _WIN32
	i #include <io.h>
	i #else
        a #endif
}