summaryrefslogtreecommitdiff
path: root/watchfrr/watchfrr.h
diff options
context:
space:
mode:
Diffstat (limited to 'watchfrr/watchfrr.h')
-rw-r--r--watchfrr/watchfrr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/watchfrr/watchfrr.h b/watchfrr/watchfrr.h
index 1a1c19056f..ee16846a1d 100644
--- a/watchfrr/watchfrr.h
+++ b/watchfrr/watchfrr.h
@@ -21,6 +21,10 @@
#ifndef FRR_WATCHFRR_H
#define FRR_WATCHFRR_H
+#include "lib/memory.h"
+
+DECLARE_MGROUP(WATCHFRR)
+
extern void watchfrr_vty_init(void);
extern pid_t integrated_write_pid;