summaryrefslogtreecommitdiffstats
path: root/src/fastd.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-10-20 23:10:09 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-10-20 23:10:09 +0200
commit11bca5a7af4b448ee0a37cd243e34ecd0e652b3d (patch)
tree04a51ccec3f2db4d16591698c76c4c56b893ec1b /src/fastd.c
parent64d0bef9efd4a82b7a132b490328c80e67431041 (diff)
downloadfastd-11bca5a7af4b448ee0a37cd243e34ecd0e652b3d.tar
fastd-11bca5a7af4b448ee0a37cd243e34ecd0e652b3d.zip
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.
Diffstat (limited to 'src/fastd.c')
-rw-r--r--src/fastd.c2
1 files changed, 1 insertions, 1 deletions
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 <fastd_version.h>
+#include <generated/version.h>
#include <grp.h>
#include <signal.h>