aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/notif.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdbserver/notif.h')
-rw-r--r--gdb/gdbserver/notif.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/gdbserver/notif.h b/gdb/gdbserver/notif.h
index add5536..7d07679 100644
--- a/gdb/gdbserver/notif.h
+++ b/gdb/gdbserver/notif.h
@@ -16,6 +16,9 @@
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 "common/queue.h"
@@ -62,3 +65,5 @@ void notif_event_enque (struct notif_server *notif,
struct notif_event *event);
void initialize_notif (void);
+
+#endif /* GDBSERVER_NOTIF_H */