From 645cf66af11ac36b81648f2e1eb3b1f5aeb7b544 Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Thu, 16 Feb 2017 19:22:50 +0100 Subject: ipcpd: Move RIB configuration to common header Moves the definitions of paths in the RIB for the normal IPCP to a header ribconfig.h to avoid repetition. --- src/ipcpd/normal/gam.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ipcpd/normal/gam.h') diff --git a/src/ipcpd/normal/gam.h b/src/ipcpd/normal/gam.h index e858114c..50f83df9 100644 --- a/src/ipcpd/normal/gam.h +++ b/src/ipcpd/normal/gam.h @@ -24,6 +24,7 @@ #define OUROBOROS_IPCPD_NORMAL_GAM_H #include +#include struct gam * gam_create(enum pol_gam gam_type, const char * ae_name); -- cgit v1.2.3