From 7e29992497f891666d9eaa25a1b80544b8e5efa5 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 8 Sep 2014 08:07:08 +0200 Subject: fix compile warning about header include of sys/poll.h --- sircbot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sircbot.c b/sircbot.c index 1f3f5cc..ebe2d34 100644 --- a/sircbot.c +++ b/sircbot.c @@ -6,13 +6,13 @@ Intended usage is git hook that sends commits, etc. #define _GNU_SOURCE -#include #include #include #include #include #include +#include #include #include #include -- cgit v1.2.3