1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-30 01:55:30 +00:00

Merge pull request #16 from aelmahmoudy/hb_fix

Add signal.h to heartbeat,c includes
This commit is contained in:
rkd77 2017-12-03 13:02:58 +01:00 committed by GitHub
commit 639748a20c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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