use <signal.h> instead of <sys/signal.h>
ok matthieu
This commit is contained in:
parent
8e97b20b15
commit
3b94b75328
@ -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, */
|
||||
|
Loading…
Reference in New Issue
Block a user