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