diff options
Diffstat (limited to 'gdb/exec.h')
-rw-r--r-- | gdb/exec.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 */ |