summaryrefslogtreecommitdiffstats
path: root/src/config.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/config.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/config.c')
-rw-r--r--src/config.c2
1 files changed, 1 insertions, 1 deletions
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 <config.yy.h>
+#include <generated/config.yy.h>
#include <dirent.h>
#include <grp.h>