gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / unittests / utils-selftests.c
index b8ce65246eeb364e16cb9b1a0b700bb0bc0fd4be..f6ea2b9fac00dfa0fa8ea8bf7a120ceefb427f32 100644 (file)
@@ -1,6 +1,6 @@
 /* Unit tests for the utils.c file.
 
-   Copyright (C) 2018 Free Software Foundation, Inc.
+   Copyright (C) 2018-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -19,7 +19,7 @@
 
 #include "defs.h"
 #include "utils.h"
-#include "selftest.h"
+#include "gdbsupport/selftest.h"
 
 namespace selftests {
 namespace utils {
@@ -51,6 +51,7 @@ test_substitute_path_component ()
 }
 }
 
+void _initialize_utils_selftests ();
 void
 _initialize_utils_selftests ()
 {
This page took 0.035662 seconds and 4 git commands to generate.