diff options
Diffstat (limited to 'gdb/charset.h')
-rw-r--r-- | gdb/charset.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/charset.h b/gdb/charset.h index 4263dc1..c4e0de5 100644 --- a/gdb/charset.h +++ b/gdb/charset.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 CHARSET_H -#define CHARSET_H +#ifndef GDB_CHARSET_H +#define GDB_CHARSET_H #include "gdbsupport/def-vector.h" @@ -165,4 +165,4 @@ char host_letter_to_control_character (char c); #define HOST_UTF32 "UTF-32LE" #endif -#endif /* CHARSET_H */ +#endif /* GDB_CHARSET_H */ |