lib: stick XREF_SETUP into libfrrzmq

Didn't catch this one when adding the warning/error (with -Werror) for
missing this.  Neither the CI nor I build with ZeroMQ enabled :(.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
David Lamparter 2024-05-07 23:07:42 +02:00
parent 190f8baa7b
commit 74f43b720a

View file

@ -21,6 +21,8 @@
#include "log.h"
#include "lib_errors.h"
XREF_SETUP();
DEFINE_MTYPE_STATIC(LIB, ZEROMQ_CB, "ZeroMQ callback");
/* libzmq's context */