Fix Cygwin build after fcab5839
authorJon Turney <jon.turney@dronecode.org.uk>
Fri, 20 May 2022 13:35:57 +0000 (14:35 +0100)
committerJon Turney <jon.turney@dronecode.org.uk>
Thu, 2 Jun 2022 09:39:44 +0000 (10:39 +0100)
commitc9c157c7650a7570123869445e7dd331ecdd3317
treedee0e3d0478d3bdfea78581a83bbb8a1c542d353
parent6a031255cf1842447a143849e720349eb00533d2
Fix Cygwin build after fcab5839

Fix Cygwin build after fcab5839 ("Implement pid_to_exec_file for Windows
in gdbserver"). That change moves code from gdb/windows-nat.c to
gdb/nat/windows-nat.c, but doesn't add the required typedefs and
includes for parts of that code under ifdef __CYGWIN__.
gdb/nat/windows-nat.c
gdb/windows-nat.c