freebsd-ports/databases/rocksdb/files/patch-util-thread_local.cc
Sunpoet Po-Chuan Hsieh 6c53764f17 - Fix build on i386
- Regenerate patch file with makepatch:

MFH:		2015Q2
2015-05-02 00:50:27 +00:00

11 lines
360 B
C++

--- util/thread_local.cc.orig 2015-03-25 21:40:41 UTC
+++ util/thread_local.cc
@@ -7,6 +7,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. See the AUTHORS file for names of contributors.
+#include <cstdlib>
+
#include "util/thread_local.h"
#include "util/mutexlock.h"
#include "port/likely.h"