diff options
Diffstat (limited to 'gdb/gdbserver/target.c')
-rw-r--r-- | gdb/gdbserver/target.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/gdbserver/target.c b/gdb/gdbserver/target.c index a47053c78fa..1a0dee280ed 100644 --- a/gdb/gdbserver/target.c +++ b/gdb/gdbserver/target.c @@ -19,6 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "server.h" +#include "tracepoint.h" struct target_ops *the_target; |