diff options
Diffstat (limited to 'config/system-headers')
-rw-r--r-- | config/system-headers | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/system-headers b/config/system-headers index 9dd33bc76..dbc95f6a2 100644 --- a/config/system-headers +++ b/config/system-headers @@ -1273,7 +1273,11 @@ bzlib.h #ifdef MOZ_ENABLE_GIO gio/gio.h #endif +#if MOZ_SYSTEM_LIBEVENT==1 +event.h +#else sys/event.h +#endif #ifdef MOZ_ENABLE_LIBPROXY proxy.h #endif |