1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-01 03:36:26 -04:00

Add signal.h to heartbeat,c includes

Build failed because hearbeat.c uses SIGVTALRM
This commit is contained in:
أحمد المحمودي (Ahmed El-Mahmoudy) 2017-12-02 02:47:02 +01:00
parent 30fcf11172
commit 887f85f6a9

View File

@ -5,6 +5,7 @@
#endif #endif
#include <sys/time.h> /* setitimer(2) */ #include <sys/time.h> /* setitimer(2) */
#include <signal.h>
#include "elinks.h" #include "elinks.h"