diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-02-11 21:29:57 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-03-07 16:21:01 +0100 |
| commit | 819dc8bbbc778fc0df326c687dcdda4c2fd2b683 (patch) | |
| tree | 4d543b9623d1ce81cc45ced96906dd0acd7f013a /nhrpd/nhrpd.h | |
| parent | 2fb975da777d27077b3580cb18390b5015b50fb8 (diff) | |
nhrpd: adapt to API changes
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'nhrpd/nhrpd.h')
| -rw-r--r-- | nhrpd/nhrpd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nhrpd/nhrpd.h b/nhrpd/nhrpd.h index 307546e082..5d403e854d 100644 --- a/nhrpd/nhrpd.h +++ b/nhrpd/nhrpd.h @@ -15,6 +15,9 @@ #include "zbuf.h" #include "zclient.h" #include "debug.h" +#include "memory.h" + +DECLARE_MGROUP(NHRPD) #define NHRPD_DEFAULT_HOLDTIME 7200 |
