diff options
| author | Russ White <russ@riw.us> | 2021-11-11 08:08:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-11 08:08:19 -0500 |
| commit | eda02ab9da1ba02199ba85d203bdbd6a6e9050b1 (patch) | |
| tree | 1fcbfcb7ab7459671d4479a6be7aac3216fd82d0 /lib/atomlist.c | |
| parent | 83323dbf00168153b233c0d34ecb15168b3de9b7 (diff) | |
| parent | afb8fe93b1cf1e44c15fc0e65c18eda67cc04da2 (diff) | |
Merge pull request #10025 from opensourcerouting/xref-backtrace
lib: backtraces for specific log messages
Diffstat (limited to 'lib/atomlist.c')
| -rw-r--r-- | lib/atomlist.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/atomlist.c b/lib/atomlist.c index 3668b083d0..b7c9516a00 100644 --- a/lib/atomlist.c +++ b/lib/atomlist.c @@ -18,6 +18,8 @@ #include "config.h" #endif +#include <assert.h> + #include "atomlist.h" void atomlist_add_head(struct atomlist_head *h, struct atomlist_item *item) |
