* backtrace.c: Include backtrace-supported.h before checking
BACKTRACE_USES_MALLOC.
From-SVN: r259439
+2018-04-17 Ian Lance Taylor <iant@golang.org>
+
+ * backtrace.c: Include backtrace-supported.h before checking
+ BACKTRACE_USES_MALLOC.
+
2018-04-17 Ian Lance Taylor <iant@golang.org>
* backtrace.c (backtrace_full): When testing whether we can
#include <unistd.h>
#include <sys/types.h>
+#include "backtrace-supported.h"
+
#if !BACKTRACE_USES_MALLOC
#include <sys/mman.h>
#endif
#include "unwind.h"
#include "backtrace.h"
-#include "backtrace-supported.h"
#include "internal.h"
#ifndef MAP_ANONYMOUS