summaryrefslogtreecommitdiff
path: root/intl/explodename.c
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2001-11-29 03:23:39 +0000
committerBen Elliston <bje@au.ibm.com>2001-11-29 03:23:39 +0000
commit05cbcaafe75daba6d3760676b315cf91ef94be86 (patch)
tree37a03aed5a0ef671dbdb810c337d65494d24e6aa /intl/explodename.c
parent6c154c434f45e123c447a7639af747b3b81e0f53 (diff)
downloadbinutils-redhat-cygnus.tar.gz
Import GNU gettext 0.10.35gettext_0_10_35cygnus
Diffstat (limited to 'intl/explodename.c')
-rw-r--r--intl/explodename.c13
1 files changed, 10 insertions, 3 deletions
diff --git a/intl/explodename.c b/intl/explodename.c
index 37c46e9d7b..8066dc2996 100644
--- a/intl/explodename.c
+++ b/intl/explodename.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
This program is free software; you can redistribute it and/or modify
@@ -19,8 +19,15 @@
# include <config.h>
#endif
-#include <stdlib.h>
-#include <string.h>
+#if defined STDC_HEADERS || defined _LIBC
+# include <stdlib.h>
+#endif
+
+#if defined HAVE_STRING_H || defined _LIBC
+# include <string.h>
+#else
+# include <strings.h>
+#endif
#include <sys/types.h>
#include "loadinfo.h"