threadpool.cc: abort() lives in stdlib.h on FreeBSD (#1155)

main
Willem Jan Withagen 8 years ago committed by Andrew Kryczka
parent 19dd5a61cd
commit 0d65acec0c
  1. 5
      util/threadpool.cc

@ -19,6 +19,11 @@
# include <sys/syscall.h>
#endif
#ifdef OS_FREEBSD
# include <stdlib.h>
#endif
namespace rocksdb {
void ThreadPool::PthreadCall(const char* label, int result) {

Loading…
Cancel
Save