diff options
Diffstat (limited to 'gdb/common/ptid.c')
-rw-r--r-- | gdb/common/ptid.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/common/ptid.c b/gdb/common/ptid.c index f614669..04fd118 100644 --- a/gdb/common/ptid.c +++ b/gdb/common/ptid.c @@ -17,6 +17,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 "ptid.h" /* See ptid.h for these. */ |