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/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.c') diff --git a/src/config.c b/src/config.c index 64ee12a..a2a5e8a 100644 --- a/src/config.c +++ b/src/config.c @@ -41,7 +41,7 @@ #include "method.h" #include "peer.h" #include "peer_group.h" -#include +#include #include #include -- cgit v1.2.3