summaryrefslogtreecommitdiffstats
path: root/src/config.y
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-10-18 02:57:26 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-10-18 03:04:02 +0200
commitdf48485aeab897c50fd792a740d1a5aed4378fc9 (patch)
tree2de6c9e4847a54e0798a38a7976dc2a5ac89c7c3 /src/config.y
parentd9a5267fceca6f46ee3005f7624fa92786a3c9b1 (diff)
downloadfastd-df48485aeab897c50fd792a740d1a5aed4378fc9.tar
fastd-df48485aeab897c50fd792a740d1a5aed4378fc9.zip
peer_group: move to a new header, add recursive lookup macros
Diffstat (limited to 'src/config.y')
-rw-r--r--src/config.y3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.y b/src/config.y
index 8ab7b7b..4f55d91 100644
--- a/src/config.y
+++ b/src/config.y
@@ -137,8 +137,9 @@
%code {
- #include <src/peer.h>
#include <src/config.h>
+ #include <src/peer.h>
+ #include <src/peer_group.h>
#include <limits.h>