aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_third__party_libevent_event-config.h
blob: eaa2383bbb97949b7c28c47695ff2a5479ad46e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- base/third_party/libevent/event-config.h.orig	2022-02-07 13:39:41 UTC
+++ base/third_party/libevent/event-config.h
@@ -13,6 +13,8 @@
 #include "base/third_party/libevent/linux/event-config.h"
 #elif defined(__FreeBSD__)
 #include "base/third_party/libevent/freebsd/event-config.h"
+#elif defined(__OpenBSD__)
+#include "base/third_party/libevent/openbsd/event-config.h"
 #elif defined(__sun)
 #include "base/third_party/libevent/solaris/event-config.h"
 #elif defined(_AIX)