Skip to content

Commit

Permalink
Merge pull request #16 from aelmahmoudy/hb_fix
Browse files Browse the repository at this point in the history
Add signal.h to heartbeat,c includes
  • Loading branch information
rkd77 authored Dec 3, 2017
2 parents 30fcf11 + 887f85f commit 639748a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ecmascript/spidermonkey/heartbeat.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#endif

#include <sys/time.h> /* setitimer(2) */
#include <signal.h>

#include "elinks.h"

Expand Down

0 comments on commit 639748a

Please sign in to comment.