summaryrefslogtreecommitdiffstats
path: root/src/config.y
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.y')
-rw-r--r--src/config.y5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/config.y b/src/config.y
index 4efbde5..a79e8e9 100644
--- a/src/config.y
+++ b/src/config.y
@@ -34,7 +34,7 @@
%parse-param {int depth}
%code requires {
- #include <fastd.h>
+ #include <src/fastd.h>
#include <arpa/inet.h>
}
@@ -125,7 +125,8 @@
%code {
- #include <peer.h>
+ #include <src/peer.h>
+ #include <src/config.h>
#include <limits.h>