summaryrefslogtreecommitdiffstats
path: root/qpb
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2024-05-02 10:55:11 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2024-05-02 23:03:08 +0200
commit3ca60d00b1a3ca3822db5fcf6ba46cf3ac0a6b0b (patch)
treedc05bb85b030d436e4fb7a886e1e297299ae6786 /qpb
parentMerge pull request #15837 from acooks-at-bda/dev/fix-deprecated-cares-api (diff)
downloadfrr-3ca60d00b1a3ca3822db5fcf6ba46cf3ac0a6b0b.tar.xz
frr-3ca60d00b1a3ca3822db5fcf6ba46cf3ac0a6b0b.zip
*: add XREF_SETUP() to libraries and utilites
This is theoretically not needed if neither DEFUNs nor zlog_* calls are used, except I'm about to turn it into a build error to catch the cases where it _is_ necessary. Which is libmgmt_be_nb.la in this case, where it causes build failures on hppa. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'qpb')
-rw-r--r--qpb/qpb.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/qpb/qpb.c b/qpb/qpb.c
index 63454f115..625817857 100644
--- a/qpb/qpb.c
+++ b/qpb/qpb.c
@@ -10,3 +10,8 @@
/*
* Main file for the qpb library.
*/
+
+#include "config.h"
+#include "xref.h"
+
+XREF_SETUP();