Skip to content

Commit

Permalink
Update termbox.c
Browse files Browse the repository at this point in the history
add sys/select.h to includes
  • Loading branch information
dcat committed Feb 23, 2017
1 parent f21afe6 commit 45daa88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/termbox.c
Expand Up @@ -6,6 +6,7 @@
#include <signal.h>
#include <stdio.h>
#include <stdbool.h>
#include <sys/select.h>
#include <sys/ioctl.h>
#include <sys/time.h>
#include <sys/stat.h>
Expand Down

0 comments on commit 45daa88

Please sign in to comment.