15 lines
385 B
C++
15 lines
385 B
C++
$NetBSD: patch-benchmark_blobslap__worker.cc,v 1.1 2013/10/04 07:03:37 fhajny Exp $
|
|
|
|
Need unistd.h for unlink(2).
|
|
|
|
--- benchmark/blobslap_worker.cc.orig 2013-02-14 11:34:29.000000000 +0000
|
|
+++ benchmark/blobslap_worker.cc
|
|
@@ -55,6 +55,7 @@
|
|
#include "util/pidfile.hpp"
|
|
#include "util/signal.hpp"
|
|
#include "util/string.hpp"
|
|
+#include <unistd.h>
|
|
|
|
using namespace datadifferential;
|
|
|