aboutsummaryrefslogtreecommitdiff
path: root/gdb/event-loop.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/event-loop.h')
-rw-r--r--gdb/event-loop.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/event-loop.h b/gdb/event-loop.h
index c4f5946..99b7766 100644
--- a/gdb/event-loop.h
+++ b/gdb/event-loop.h
@@ -17,6 +17,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 EVENT_LOOP_H
+#define EVENT_LOOP_H
+
/* An event loop listens for events from multiple event sources. When
an event arrives, it is queued and processed by calling the
appropriate event handler. The event loop then continues to listen
@@ -127,3 +130,5 @@ extern void mark_async_event_handler (struct async_event_handler *handler);
extern void clear_async_event_handler (struct async_event_handler *handler);
extern void initialize_async_signal_handlers (void);
+
+#endif /* EVENT_LOOP_H */