diff --git a/nest/confile.h b/nest/confile.h index 1089e76a..cdc86feb 100644 --- a/nest/confile.h +++ b/nest/confile.h @@ -9,4 +9,9 @@ #ifndef _BIRD_CONFILE_H_ #define _BIRD_CONFILE_H_ +#include "lib/resource.h" + +extern pool *cfg_pool; +extern mempool *cfg_mem; + #endif