aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_third__party_libevent_event.h
blob: 282a35d03ee980cef624175a726465b39e8f33c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- base/third_party/libevent/event.h.orig	2022-05-28 07:21:18 UTC
+++ base/third_party/libevent/event.h
@@ -1,3 +1,6 @@
+#if defined(USE_SYSTEM_LIBEVENT)
+#include <event.h>
+#else
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
  * All rights reserved.
@@ -1210,3 +1213,4 @@ int evtag_unmarshal_timeval(struct evbuffer *evbuf, ev
 #endif
 
 #endif /* _EVENT_H_ */
+#endif