diff --git a/src/mi/Gget_fpreg.c b/src/mi/Gget_fpreg.c index 8ff69d23..a5f87e96 100644 --- a/src/mi/Gget_fpreg.c +++ b/src/mi/Gget_fpreg.c @@ -23,7 +23,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "tdep.h" +#include "libunwind_i.h" PROTECTED int unw_get_fpreg (unw_cursor_t *cursor, int regnum, unw_fpreg_t *valp) diff --git a/src/mi/Gset_fpreg.c b/src/mi/Gset_fpreg.c index 05e1c16a..a01c0b4a 100644 --- a/src/mi/Gset_fpreg.c +++ b/src/mi/Gset_fpreg.c @@ -23,7 +23,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "tdep.h" +#include "libunwind_i.h" PROTECTED int unw_set_fpreg (unw_cursor_t *cursor, int regnum, unw_fpreg_t val) diff --git a/src/mi/strerror.c b/src/mi/strerror.c index f1512a19..ef647160 100644 --- a/src/mi/strerror.c +++ b/src/mi/strerror.c @@ -23,7 +23,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "internal.h" +#include "libunwind_i.h" /* Returns the text corresponding to the given err_code or the text "invalid error code" if the err_code is invalid. */