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/handshake.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/handshake.c') diff --git a/src/handshake.c b/src/handshake.c index 2c50c0e..3d94c12 100644 --- a/src/handshake.c +++ b/src/handshake.c @@ -34,7 +34,7 @@ #include "method.h" #include "peer.h" #include "peer_group.h" -#include +#include /** Human-readable names for the TLV record types */ -- cgit v1.2.3