Skip to content

Commit

Permalink
vis-single: add missing header include for signal(2)
Browse files Browse the repository at this point in the history
  • Loading branch information
martanne committed Mar 14, 2018
1 parent 6ea30e8 commit 43e5653
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vis-single.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <fcntl.h>
#include <ftw.h>
#include <limits.h>
#include <signal.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
Expand Down

0 comments on commit 43e5653

Please sign in to comment.