1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-30 01:55:30 +00: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
#include <sys/time.h> /* setitimer(2) */
#include <signal.h>
#include "elinks.h"