commit 3b26f3db4ea8234c8b89289ca882e300025b8eeb parent 18da75dc244a9ba14b72f378d7f67abb80183aec Author: Bastien Dejean <nihilhill@gmail.com> Date: Fri, 22 Apr 2016 10:05:07 +0200 Add missing header Diffstat:
M | sxhkd.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/sxhkd.c b/sxhkd.c @@ -27,6 +27,7 @@ #include <stdlib.h> #include <unistd.h> #include <sys/stat.h> +#include <sys/select.h> #include <sys/types.h> #include <sys/time.h> #include <fcntl.h>