Rename common to gdbsupport
[deliverable/binutils-gdb.git] / gdb / inflow.c
index eba7a931f467c3f97e1006136c3618941bc015fb..6d645d291a7ef056966b324c5b011a9de29c1cc4 100644 (file)
@@ -34,7 +34,7 @@
 #ifdef HAVE_TERMIOS_H
 #include <termios.h>
 #endif
-#include "common/job-control.h"
+#include "gdbsupport/job-control.h"
 
 #ifdef HAVE_SYS_IOCTL_H
 #include <sys/ioctl.h>
@@ -61,6 +61,8 @@ struct terminal_info
   terminal_info () = default;
   ~terminal_info ();
 
+  terminal_info &operator= (const terminal_info &) = default;
+
   /* The name of the tty (from the `tty' command) that we gave to the
      inferior when it was started.  */
   char *run_terminal = nullptr;
This page took 0.025275 seconds and 4 git commands to generate.