aboutsummaryrefslogtreecommitdiff
path: root/gdb/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/exec.h')
-rw-r--r--gdb/exec.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/exec.h b/gdb/exec.h
index c08cb9f..77482af 100644
--- a/gdb/exec.h
+++ b/gdb/exec.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 EXEC_H
-#define EXEC_H
+#ifndef GDB_EXEC_H
+#define GDB_EXEC_H
#include "target.h"
#include "progspace.h"
@@ -110,4 +110,4 @@ extern void try_open_exec_file (const char *exec_file_host,
extern void no_executable_specified_error ();
-#endif
+#endif /* GDB_EXEC_H */