diff options
Diffstat (limited to 'gdb/gdbserver/notif.h')
-rw-r--r-- | gdb/gdbserver/notif.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbserver/notif.h b/gdb/gdbserver/notif.h index 75a9da6..add5536 100644 --- a/gdb/gdbserver/notif.h +++ b/gdb/gdbserver/notif.h @@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "target.h" -#include "queue.h" +#include "common/queue.h" /* Structure holding information related to a single event. We keep a queue of these to push to GDB. It can be extended if |