diff options
author | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2017-02-17 10:00:48 +0000 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2017-02-17 10:00:48 +0000 |
commit | f5ca2eed99c8fa741e8d2e8385d1b4f10e433df8 (patch) | |
tree | c5e4af02e99a098dd123509cc67bfeb6efb6d69c /src/ipcpd/normal/gam.h | |
parent | 8cb5218438feaf455a297915d037675e3c3eea21 (diff) | |
parent | 645cf66af11ac36b81648f2e1eb3b1f5aeb7b544 (diff) | |
download | ouroboros-f5ca2eed99c8fa741e8d2e8385d1b4f10e433df8.tar.gz ouroboros-f5ca2eed99c8fa741e8d2e8385d1b4f10e433df8.zip |
Merged in dstaesse/ouroboros/be-ribmgr (pull request #378)0.4
ipcpd: Move RIB configuration to common header
Diffstat (limited to 'src/ipcpd/normal/gam.h')
-rw-r--r-- | src/ipcpd/normal/gam.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <ouroboros/cacep.h> +#include <ouroboros/irm_config.h> struct gam * gam_create(enum pol_gam gam_type, const char * ae_name); |