mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
exit-status: add missing include for SIG* defines
Otherwise building fails with glibc 2.16. It works with glibc >= 2.17 because it is implicitly included via macro.h -> sys/param.h -> signal.h
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
***/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <signal.h>
|
||||
|
||||
#include "exit-status.h"
|
||||
#include "set.h"
|
||||
|
||||
Reference in New Issue
Block a user