diff options
Diffstat (limited to 'gdb/gdbserver/debug.c')
-rw-r--r-- | gdb/gdbserver/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbserver/debug.c b/gdb/gdbserver/debug.c index 1a1e3332d45..5bbd3816621 100644 --- a/gdb/gdbserver/debug.c +++ b/gdb/gdbserver/debug.c @@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "server.h" -#include <sys/time.h> +#include "gdb_sys_time.h" /* Enable miscellaneous debugging output. The name is historical - it was originally used to debug LinuxThreads support. */ |