Test "set width/height -1"
[deliverable/binutils-gdb.git] / gdb / gdbserver / notif.h
index 17806152eff4387fd3c1fe0739862c156397bd15..7d0767935bcf2cd8663c86a785b463078082c61d 100644 (file)
@@ -1,5 +1,5 @@
 /* Notification to GDB.
-   Copyright (C) 1989-2016 Free Software Foundation, Inc.
+   Copyright (C) 1989-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
+#ifndef GDBSERVER_NOTIF_H
+#define GDBSERVER_NOTIF_H
+
 #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
@@ -62,3 +65,5 @@ void notif_event_enque (struct notif_server *notif,
                        struct notif_event *event);
 
 void initialize_notif (void);
+
+#endif /* GDBSERVER_NOTIF_H */
This page took 0.025702 seconds and 4 git commands to generate.