diff options
Diffstat (limited to 'lib/zlog.c')
| -rw-r--r-- | lib/zlog.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/zlog.c b/lib/zlog.c index 2a6189573f..446bdd7021 100644 --- a/lib/zlog.c +++ b/lib/zlog.c @@ -5,6 +5,10 @@ #include "zebra.h" +#ifdef HAVE_GLIBC_BACKTRACE +#include <execinfo.h> +#endif /* HAVE_GLIBC_BACKTRACE */ + #include <unistd.h> #include <sys/time.h> #include <sys/mman.h> |
