diff options
Diffstat (limited to 'intl/explodename.c')
-rw-r--r-- | intl/explodename.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/intl/explodename.c b/intl/explodename.c index 2fd8be0..a51556e 100644 --- a/intl/explodename.c +++ b/intl/explodename.c @@ -17,6 +17,10 @@ License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + #include <stdlib.h> #include <string.h> @@ -38,7 +42,7 @@ _nl_explode_name (name, language, modifier, territory, codeset, enum { undecided, xpg, cen } syntax; char *cp; int mask; - + *modifier = NULL; *territory = NULL; *codeset = NULL; |