mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
347fe3474d
- add DuckDuckGo search plugin [1] Security: http://www.vuxml.org/freebsd/e3f0374a-7ad6-11e2-84cd-d43d7e0c7c02.html Submitted by: DuckDuckGo [1] In collaboration with: Jan Beich <jbeich@tormail.org>
12 lines
363 B
C++
12 lines
363 B
C++
--- mozilla/ipc/chromium/src/base/message_pump_libevent.cc~
|
|
+++ mozilla/ipc/chromium/src/base/message_pump_libevent.cc
|
|
@@ -16,7 +16,7 @@
|
|
#include "base/scoped_ptr.h"
|
|
#include "base/time.h"
|
|
#include "nsDependentSubstring.h"
|
|
-#include "third_party/libevent/event.h"
|
|
+#include "event.h"
|
|
|
|
// Lifecycle of struct event
|
|
// Libevent uses two main data structures:
|