Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: third_party/libevent/log.c

Issue 412006: posix: upgrade libevent from 1.4.7 to 1.4.13 (Closed)
Patch Set: better readme Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/libevent/log.c
diff --git a/third_party/libevent/log.c b/third_party/libevent/log.c
index b62a61915d178124656bf7aa0b858c1dbf5709e3..48ebb2691c2c1b2c8f37dbcfe1259cb8aa79df23 100644
--- a/third_party/libevent/log.c
+++ b/third_party/libevent/log.c
@@ -50,7 +50,7 @@
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#else
-#include <sys/_time.h>
+#include <sys/_libevent_time.h>
#endif
#include <stdio.h>
#include <stdlib.h>

Powered by Google App Engine
This is Rietveld 408576698