summaryrefslogtreecommitdiff
path: root/import_libevent
diff options
context:
space:
mode:
Diffstat (limited to 'import_libevent')
-rwxr-xr-ximport_libevent2
1 files changed, 1 insertions, 1 deletions
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;
}