diff options
Diffstat (limited to 'nest')
-rw-r--r-- | nest/confile.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nest/confile.h b/nest/confile.h index 1089e76..cdc86fe 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 |