summaryrefslogtreecommitdiff
path: root/src/grp-system/libcore/killall.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-system/libcore/killall.h')
-rw-r--r--src/grp-system/libcore/killall.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/grp-system/libcore/killall.h b/src/grp-system/libcore/killall.h
index acc2439f00..bbb101c863 100644
--- a/src/grp-system/libcore/killall.h
+++ b/src/grp-system/libcore/killall.h
@@ -19,4 +19,6 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
+#include <stdbool.h>
+
void broadcast_signal(int sig, bool wait_for_exit, bool send_sighup);