summaryrefslogtreecommitdiff
path: root/src/dwarf_eh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dwarf_eh.h')
-rw-r--r--src/dwarf_eh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dwarf_eh.h b/src/dwarf_eh.h
index 0901751..35b9af1 100644
--- a/src/dwarf_eh.h
+++ b/src/dwarf_eh.h
@@ -16,10 +16,10 @@
// that it doesn't impact the rest of the program.
#ifndef _GNU_SOURCE
# define _GNU_SOURCE 1
-# include <unwind.h>
+# include "unwind.h"
# undef _GNU_SOURCE
#else
-# include <unwind.h>
+# include "unwind.h"
#endif
#include <stdint.h>