summaryrefslogtreecommitdiffstats
path: root/intl/explodename.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-06-11 17:19:31 +0000
committerJim Meyering <jim@meyering.net>1996-06-11 17:19:31 +0000
commit9b647bea250faf31f6e8d1a9cbe1dd362de73218 (patch)
treedc7ca0aa5f21fa644c94fb8f94cf1f207a50a060 /intl/explodename.c
parentf62de6194aad3ace0c12b414f05486338491c6f6 (diff)
downloadidutils-9b647bea250faf31f6e8d1a9cbe1dd362de73218.tar.gz
idutils-9b647bea250faf31f6e8d1a9cbe1dd362de73218.tar.bz2
idutils-9b647bea250faf31f6e8d1a9cbe1dd362de73218.zip
merge with 0.10.17
Diffstat (limited to 'intl/explodename.c')
-rw-r--r--intl/explodename.c6
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;