From 11bca5a7af4b448ee0a37cd243e34ecd0e652b3d Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 20 Oct 2015 23:10:09 +0200 Subject: Improve include_directories to prevent conflicts between system and fastd headers In in-tree builds, fastd's poll.h was conflicting with the system one on non-Linux systems. --- src/fastd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fastd.c') diff --git a/src/fastd.c b/src/fastd.c index fbeffe5..3d5b3d4 100644 --- a/src/fastd.c +++ b/src/fastd.c @@ -42,7 +42,7 @@ #include "peer_group.h" #include "peer_hashtable.h" #include "poll.h" -#include +#include #include #include -- cgit v1.2.3