summaryrefslogtreecommitdiffstats
path: root/third_party/libevent/event-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libevent/event-config.h')
-rw-r--r--third_party/libevent/event-config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/libevent/event-config.h b/third_party/libevent/event-config.h
index 07d0e4f..d656999 100644
--- a/third_party/libevent/event-config.h
+++ b/third_party/libevent/event-config.h
@@ -7,6 +7,8 @@
#if defined(__APPLE__)
#include "mac/event-config.h"
+#elif defined(ANDROID)
+#include "android/event-config.h"
#elif defined(__linux__)
#include "linux/event-config.h"
#elif defined(__FreeBSD__)