]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common: SubProcess needs SIGTERM, from the includes 23047/head
authorWillem Jan Withagen <wjw@digiware.nl>
Sat, 14 Jul 2018 10:50:50 +0000 (12:50 +0200)
committerWillem Jan Withagen <wjw@digiware.nl>
Sat, 14 Jul 2018 11:47:43 +0000 (13:47 +0200)
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/common/SubProcess.h

index 24eae6f82b70ded5fd8e5e2a4cac02238ef6123b..763822af49051b9dabcb0898054ab52b5cf3c001 100644 (file)
 #ifndef SUB_PROCESS_H
 #define SUB_PROCESS_H
 
+#if defined(__FreeBSD__) || defined(__APPLE__)
+#include <signal.h>
+#endif
+
 #include <sys/wait.h>
 #include <sstream>
 #include <vector>