| Index: third_party/libevent/event-config.h
|
| diff --git a/third_party/libevent/event-config.h b/third_party/libevent/event-config.h
|
| index d6569999e3e7cbb98b331b6c5dbf1399faf84a00..2e564db7b53fcd2ba37c197f927e870e4fafaf38 100644
|
| --- a/third_party/libevent/event-config.h
|
| +++ b/third_party/libevent/event-config.h
|
| @@ -5,7 +5,9 @@
|
| // This file is Chromium-specific, and brings in the appropriate
|
| // event-config.h depending on your platform.
|
|
|
| -#if defined(__APPLE__)
|
| +#if defined(__native_client_nonsfi__)
|
| +#include "nacl_nonsfi/event-config.h"
|
| +#elif defined(__APPLE__)
|
| #include "mac/event-config.h"
|
| #elif defined(ANDROID)
|
| #include "android/event-config.h"
|
|
|