aboutsummaryrefslogtreecommitdiff
path: root/gdb/thread-fsm.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/thread-fsm.h')
-rw-r--r--gdb/thread-fsm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/thread-fsm.h b/gdb/thread-fsm.h
index ed11771..36efee7 100644
--- a/gdb/thread-fsm.h
+++ b/gdb/thread-fsm.h
@@ -16,8 +16,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 THREAD_FSM_H
-#define THREAD_FSM_H
+#ifndef GDB_THREAD_FSM_H
+#define GDB_THREAD_FSM_H
#include "mi/mi-common.h"
@@ -129,4 +129,4 @@ protected:
}
};
-#endif /* THREAD_FSM_H */
+#endif /* GDB_THREAD_FSM_H */