Make find_thread_ptid lookup thread map instead of iterate
[deliverable/binutils-gdb.git] / libiberty / rust-demangle.c
index 3d7d0905b140860501a31e52d10cfb92bbfc75a2..2302db45b6fbce2798721298f64149a3d3cb68ef 100644 (file)
@@ -1,5 +1,5 @@
 /* Demangler for the Rust programming language
-   Copyright (C) 2016-2017 Free Software Foundation, Inc.
+   Copyright (C) 2016-2019 Free Software Foundation, Inc.
    Written by David Tolnay (dtolnay@gmail.com).
 
 This file is part of the libiberty library.
@@ -47,6 +47,7 @@ extern void *memset(void *s, int c, size_t n);
 
 #include <demangle.h>
 #include "libiberty.h"
+#include "rust-demangle.h"
 
 
 /* Mangled Rust symbols look like this:
This page took 0.023221 seconds and 4 git commands to generate.