X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/85e9d898522a460b8dcf57f1781f6acc3d2f3ee5..4ff417bf39de590970c70b43c0d67a6967a46c67:/import_libevent diff --git a/import_libevent b/import_libevent index 5492840..5d94541 100755 --- a/import_libevent +++ b/import_libevent @@ -14,7 +14,7 @@ perl -ne ' print "#ifndef EV_STANDALONE\n$_#endif\n"; next; } - if (/#include "(unistd.h|sys/time.h)"/) { + if (/#include "(unistd.h|sys\/time.h)"/) { print "#ifndef WIN32\n$_#endif\n"; next; }