summaryrefslogtreecommitdiffstats
path: root/src/common/SubProcess.h
diff options
context:
space:
mode:
authorWillem Jan Withagen <wjw@digiware.nl>2017-05-27 20:31:48 +0200
committerWillem Jan Withagen <wjw@digiware.nl>2017-05-28 14:56:04 +0200
commit973a4a01011eec5df6ad27923c465ad4f062505d (patch)
tree844357ac28d32a843396dd4101f5489088183dab /src/common/SubProcess.h
parentMerge pull request #15055 from mogeb/wip-with-instrument-functions (diff)
downloadceph-973a4a01011eec5df6ad27923c465ad4f062505d.tar.xz
ceph-973a4a01011eec5df6ad27923c465ad4f062505d.zip
build/include: Redo som includes for FreeBSD
- During include cleanup just a too bit much was removed for FreeBSD to get things compiled. This redoes some of the includes. Tracker: http://tracker.ceph.com/issues/19883 Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
Diffstat (limited to 'src/common/SubProcess.h')
-rw-r--r--src/common/SubProcess.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/SubProcess.h b/src/common/SubProcess.h
index c35ae1fd31c..ce9559c5eec 100644
--- a/src/common/SubProcess.h
+++ b/src/common/SubProcess.h
@@ -24,6 +24,10 @@
#include <iostream>
#include <include/assert.h>
#include <common/errno.h>
+#if defined(__FreeBSD__)
+#include <sys/types.h>
+#include <signal.h>
+#endif
/**
* SubProcess: