summaryrefslogtreecommitdiff
path: root/lib/zlog.h
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2021-03-16 10:54:51 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2021-04-23 12:06:35 +0200
commit6a0eb6885b80260294673078dc97eb47b9ad753f (patch)
tree15989b8d64d73c91321ceeb1d4f455b440b3fee7 /lib/zlog.h
parent1f8031f79a5f2af850d20dfff193e4d0571cb8d3 (diff)
*: drop zassert.h
It's not actually working properly... Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/zlog.h')
-rw-r--r--lib/zlog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/zlog.h b/lib/zlog.h
index 66d8f1e5d7..c1b61ceaa6 100644
--- a/lib/zlog.h
+++ b/lib/zlog.h
@@ -25,6 +25,8 @@
#include <unistd.h>
#include <sys/uio.h>
+#include <assert.h>
+
#include "atomlist.h"
#include "frrcu.h"
#include "memory.h"