diff options
Diffstat (limited to 'gdb/agent.c')
-rw-r--r-- | gdb/agent.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gdb/agent.c b/gdb/agent.c index 8b777d0b3b7..63352339c3b 100644 --- a/gdb/agent.c +++ b/gdb/agent.c @@ -16,10 +16,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" + +/* Local subdirectory includes. */ +#include "common/agent.h" + +/* Local includes. */ #include "command.h" #include "gdbcmd.h" #include "target.h" -#include "common/agent.h" /* Enum strings for "set|show agent". */ |