Chromium Code Reviews| 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 |