use <signal.h> instead of <sys/signal.h>

ok matthieu
This commit is contained in:
deraadt 2020-09-22 15:57:29 +00:00
parent 8e97b20b15
commit 3b94b75328

View File

@ -74,7 +74,7 @@ const ModStruct bomb_description =
#endif
#include <sys/signal.h>
#include <signal.h>
#if 0
#define SIMPLE_COUNTDOWN /* Display a simple integer countdown, */