| Index: third_party/libevent/chromium.patch
|
| diff --git a/third_party/libevent/chromium.patch b/third_party/libevent/chromium.patch
|
| index af43e71954dcbbe21e001c9c3fafd0afaf175b8a..31bc327c4dc24eef0c6f37bd15168f7eb0da09d8 100644
|
| --- a/third_party/libevent/chromium.patch
|
| +++ b/third_party/libevent/chromium.patch
|
| @@ -1,3 +1,16 @@
|
| +diff --git a/third_party/libevent/evdns.c b/third_party/libevent/evdns.c
|
| +index f07ecc9..da6ea19 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
|
| diff --git a/third_party/libevent/evdns.h b/third_party/libevent/evdns.h
|
| index 1eb5c38..fca4ac3 100644
|
| --- a/third_party/libevent/evdns.h
|
|
|