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