diff options
Diffstat (limited to 'gdbsupport/gdb_locale.h')
-rw-r--r-- | gdbsupport/gdb_locale.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdbsupport/gdb_locale.h b/gdbsupport/gdb_locale.h index 5852485..dcdb064 100644 --- a/gdbsupport/gdb_locale.h +++ b/gdbsupport/gdb_locale.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 COMMON_GDB_LOCALE_H -#define COMMON_GDB_LOCALE_H +#ifndef GDBSUPPORT_GDB_LOCALE_H +#define GDBSUPPORT_GDB_LOCALE_H #ifdef HAVE_LOCALE_H # include <locale.h> @@ -40,4 +40,4 @@ #include <langinfo.h> #endif -#endif /* COMMON_GDB_LOCALE_H */ +#endif /* GDBSUPPORT_GDB_LOCALE_H */ |