b114c704ac
- enable ipc, based on a patch by Pan Tsu <inyaoo@gmail.com> Security: http://www.vuxml.org/freebsd/dfe40cff-9c3f-11e0-9bec-6c626dd55a41.html
10 lines
261 B
C++
10 lines
261 B
C++
--- ipc/chromium/src/base/atomicops_internals_mutex.cc~
|
|
+++ ipc/chromium/src/base/atomicops_internals_mutex.cc
|
|
@@ -39,6 +39,7 @@
|
|
* ***** END LICENSE BLOCK ***** */
|
|
|
|
#include "base/atomicops.h"
|
|
+#include "base/lock.h"
|
|
|
|
namespace base {
|
|
namespace subtle {
|