gdb/
[deliverable/binutils-gdb.git] / gdb / gdb_locale.h
index e8ba0eaa4e5c73821a31389bd88951705ac37b6e..93f2f8c7c202903a88d2a4bf607a058dd4002aa9 100644 (file)
@@ -1,5 +1,6 @@
 /* GDB-friendly replacement for <locale.h>.
-   Copyright (C) 2002, 2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2007, 2008, 2009, 2010, 2011
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -41,4 +42,8 @@
 # define N_(String) (String)
 #endif
 
+#ifdef HAVE_LANGINFO_CODESET
+#include <langinfo.h>
+#endif
+
 #endif /* GDB_LOCALE_H */
This page took 0.023525 seconds and 4 git commands to generate.