diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-06-21 13:40:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-21 13:40:27 +0200 |
commit | 2bc398c3c4af0e3e7c821b81ba97d287246ed2ef (patch) | |
tree | 1bb05678fe57348b51e9ccc7cd5838bfaceef388 /babeld/util.h | |
parent | Merge pull request #4531 from donaldsharp/repeaty_mcrepeat (diff) | |
parent | ripngd: use MTYPE_STATIC (diff) | |
download | frr-2bc398c3c4af0e3e7c821b81ba97d287246ed2ef.tar.xz frr-2bc398c3c4af0e3e7c821b81ba97d287246ed2ef.zip |
Merge pull request #4573 from opensourcerouting/mtype_cleanup
MTYPE cleanup pass
Diffstat (limited to 'babeld/util.h')
-rw-r--r-- | babeld/util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/babeld/util.h b/babeld/util.h index 7b836c2e4..00a025ff9 100644 --- a/babeld/util.h +++ b/babeld/util.h @@ -27,6 +27,9 @@ THE SOFTWARE. #include "babeld.h" #include "babel_main.h" #include "log.h" +#include "memory.h" + +DECLARE_MGROUP(BABELD) #if defined(i386) || defined(__mc68020__) || defined(__x86_64__) #define DO_NTOHS(_d, _s) do{ _d = ntohs(*(const unsigned short*)(_s)); }while(0) |