diff options
Diffstat (limited to 'gdb/gdbserver/dll.c')
-rw-r--r-- | gdb/gdbserver/dll.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/gdbserver/dll.c b/gdb/gdbserver/dll.c index e4873eb..74978e2 100644 --- a/gdb/gdbserver/dll.c +++ b/gdb/gdbserver/dll.c @@ -16,6 +16,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "server.h" +#include "dll.h" #define get_dll(inf) ((struct dll_info *)(inf)) |