Add a missing #include, so that this can be built with musl.

This closes #5.
This commit is contained in:
Christopher Brannon 2015-06-14 13:57:50 -07:00 committed by William Hubbs
commit d977243735

View file

@ -22,6 +22,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/select.h>
#include <string.h>
#include <ctype.h>