gdb: include gdbsupport/buildargv.h in ser-mingw.c
authorSimon Marchi <simon.marchi@polymtl.ca>
Fri, 21 Jan 2022 16:33:29 +0000 (11:33 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Fri, 21 Jan 2022 16:34:30 +0000 (11:34 -0500)
Fixes:

      CXX    ser-mingw.o
    /home/simark/src/binutils-gdb/gdb/ser-mingw.c: In function ‘int pipe_windows_open(serial*, const char*)’:
    /home/simark/src/binutils-gdb/gdb/ser-mingw.c:870:3: error: ‘gdb_argv’ was not declared in this scope
      870 |   gdb_argv argv (name);
          |   ^~~~~~~~

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=28802
Change-Id: I7f3e8ec5f9ca8582d587545fdf6b69901259f199

gdb/ser-mingw.c

index a5be6ab166d87e1005c1769ded4ea95fc8eb1cfa..afe04102e1554ec734b7fe18c73a7b231ce224d9 100644 (file)
@@ -30,6 +30,7 @@
 #include <sys/types.h>
 
 #include "command.h"
+#include "gdbsupport/buildargv.h"
 
 struct ser_windows_state
 {