From: Willem Jan Withagen Date: Sat, 14 Jul 2018 10:50:50 +0000 (+0200) Subject: common: SubProcess needs SIGTERM, from the includes X-Git-Tag: v14.0.1~824^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=eadff7a8246a3a35f837e217aa48a6ba7912518f;p=ceph.git common: SubProcess needs SIGTERM, from the includes Signed-off-by: Willem Jan Withagen --- diff --git a/src/common/SubProcess.h b/src/common/SubProcess.h index 24eae6f82b70..763822af4905 100644 --- a/src/common/SubProcess.h +++ b/src/common/SubProcess.h @@ -17,6 +17,10 @@ #ifndef SUB_PROCESS_H #define SUB_PROCESS_H +#if defined(__FreeBSD__) || defined(__APPLE__) +#include +#endif + #include #include #include