summaryrefslogtreecommitdiffstats
path: root/src/lex.h
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/lex.h
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/lex.h')
-rw-r--r--src/lex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lex.h b/src/lex.h
index 1cbefc0..506bd3f 100644
--- a/src/lex.h
+++ b/src/lex.h
@@ -33,7 +33,7 @@
#pragma once
#include "types.h"
-#include <config.yy.h>
+#include <generated/config.yy.h>
#include <stdio.h>