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