diff options
Diffstat (limited to 'gdb/ctf.c')
-rw-r--r-- | gdb/ctf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ctf.c b/gdb/ctf.c index b3c3f0d7b26..758dd5681d8 100644 --- a/gdb/ctf.c +++ b/gdb/ctf.c @@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" -#include "ctf.h" +#include "tracectf.h" #include "tracepoint.h" #include "regcache.h" #include <sys/stat.h> |