diff options
Diffstat (limited to 'gdbsupport/event-loop.h')
-rw-r--r-- | gdbsupport/event-loop.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdbsupport/event-loop.h b/gdbsupport/event-loop.h index 9155658..80f4710 100644 --- a/gdbsupport/event-loop.h +++ b/gdbsupport/event-loop.h @@ -17,8 +17,8 @@ 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 +#ifndef GDBSUPPORT_EVENT_LOOP_H +#define GDBSUPPORT_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 @@ -145,4 +145,4 @@ extern debug_event_loop_kind debug_event_loop; } \ while (0) -#endif /* EVENT_LOOP_H */ +#endif /* GDBSUPPORT_EVENT_LOOP_H */ |