summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/terminate_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-runtime/lib/terminate_handler.cc')
-rw-r--r--gnuradio-runtime/lib/terminate_handler.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnuradio-runtime/lib/terminate_handler.cc b/gnuradio-runtime/lib/terminate_handler.cc
index ed3b1d93b4..49468f4c64 100644
--- a/gnuradio-runtime/lib/terminate_handler.cc
+++ b/gnuradio-runtime/lib/terminate_handler.cc
@@ -14,10 +14,9 @@
#include <regex>
#include <stdexcept>
-#include <cxxabi.h>
-
#ifdef HAVE_LIBUNWIND
#define UNW_LOCAL_ONLY
+#include <cxxabi.h>
#include <libunwind.h>
#include <cstdio>
#include <cstdlib>