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

Unified Diff: third_party/libevent/evdns.c

Issue 8438070: libevent: fix include style (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: libevent: fix include style Created 9 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
« no previous file with comments | « third_party/libevent/chromium.patch ('k') | third_party/libevent/evhttp.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libevent/evdns.c
diff --git a/third_party/libevent/evdns.c b/third_party/libevent/evdns.c
index f07ecc98a140bafc499012d5c26872c411c50ea5..da6ea197a25d920901c5695e6447a1db4abd79fd 100644
--- a/third_party/libevent/evdns.c
+++ b/third_party/libevent/evdns.c
@@ -134,7 +134,7 @@
typedef ev_uint8_t u_char;
typedef unsigned int uint;
#endif
-#include <event.h>
+#include "event.h"
#define u64 ev_uint64_t
#define u32 ev_uint32_t
« no previous file with comments | « third_party/libevent/chromium.patch ('k') | third_party/libevent/evhttp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698