freebsd-ports/databases/rocksdb/files/patch-util-thread_posix.cc
2016-04-28 19:03:35 +00:00

11 lines
345 B
C++

--- util/thread_posix.cc.orig 2016-03-25 19:09:20 UTC
+++ util/thread_posix.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_posix.h"
#include <atomic>
#include <unistd.h>