aboutsummaryrefslogtreecommitdiff
path: root/gdb/target-connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/target-connection.h')
-rw-r--r--gdb/target-connection.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/target-connection.h b/gdb/target-connection.h
index c742932..4faae11 100644
--- a/gdb/target-connection.h
+++ b/gdb/target-connection.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 TARGET_CONNECTION_H
-#define TARGET_CONNECTION_H
+#ifndef GDB_TARGET_CONNECTION_H
+#define GDB_TARGET_CONNECTION_H
#include <string>
@@ -37,4 +37,4 @@ void connection_list_remove (process_stratum_target *t);
it. */
std::string make_target_connection_string (process_stratum_target *t);
-#endif /* TARGET_CONNECTION_H */
+#endif /* GDB_TARGET_CONNECTION_H */