diff options
Diffstat (limited to 'gdb/nat')
-rw-r--r-- | gdb/nat/mips-linux-watch.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/nat/mips-linux-watch.c b/gdb/nat/mips-linux-watch.c index acfc7f4..ebe5523 100644 --- a/gdb/nat/mips-linux-watch.c +++ b/gdb/nat/mips-linux-watch.c @@ -15,6 +15,11 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#ifdef GDBSERVER +#include "server.h" +#else +#include "defs.h" +#endif #include <sys/ptrace.h> #include "mips-linux-watch.h" #include "gdb_assert.h" |