opnsense-ports/databases/rocksdb/files/patch-util-thread_posix.cc
Franco Fichtner 02cf097d2b */*: sync with upstream
Taken from: FreeBSD
2016-04-29 13:04:52 +02: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>