blob: d47d7973dd9635d3bfdcbc93944b1d87431d5e65 [file] [log] [blame]
// The Chromium build contains its own checkout of libevent. This stub is used
// when building the Chrome OS or Android libchrome package to instead use the
// system headers.
#if defined(__ANDROID__) || defined(__ANDROID_HOST__)
#include <event2/event.h>
#include <event2/event_compat.h>
#include <event2/event_struct.h>
#else
#include <event.h>
#endif