summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads/ptcleanup.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/linuxthreads/ptcleanup.c')
-rw-r--r--libpthread/linuxthreads/ptcleanup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads/ptcleanup.c b/libpthread/linuxthreads/ptcleanup.c
index 75bb7d599..88b9453ff 100644
--- a/libpthread/linuxthreads/ptcleanup.c
+++ b/libpthread/linuxthreads/ptcleanup.c
@@ -20,8 +20,8 @@
#include <setjmp.h>
#include "pthread.h"
#include "internals.h"
-#ifndef NO_PTR_DEMANGLE
#include <jmpbuf-unwind.h>
+#ifndef NO_PTR_DEMANGLE
#define __JMPBUF_UNWINDS(a,b,c) _JMPBUF_UNWINDS(a,b,c)
#else
#define __JMPBUF_UNWINDS(a,b,c) _JMPBUF_UNWINDS(a,b)