* intl/localealias.c (strings.h): Include.
authorDouglas B Rupp <rupp@gnat.com>
Tue, 11 Dec 2001 13:23:40 +0000 (08:23 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 11 Dec 2001 13:23:40 +0000 (08:23 -0500)
From-SVN: r47873

gcc/intl/ChangeLog
gcc/intl/localealias.c

index b6d399a728c8fd7cd12d250b3473f6d5d1bc05e7..019e30024abdcde0290b64652c251a9c12d31b2c 100644 (file)
@@ -1,3 +1,7 @@
+Tue Dec 11 07:08:57 2001  Douglas B. Rupp  <rupp@gnat.com>
+
+       * localealias.c (strings.h): Include.
+
 Mon Dec 10 06:09:57 2001  Douglas B. Rupp  <rupp@gnat.com>
 
        * Makefile.in (OUTPUT_OPTION): Add configure variable.
index 85e5c90e3c23746e91f632659adf59682eb6a464..dcc99aaa9b841d3c2cd1dd6c17fda249bbe8eb13 100644 (file)
@@ -57,6 +57,10 @@ char *alloca ();
 # endif
 #endif
 
+#ifdef STRING_WITH_STRINGS
+#include <strings.h>
+#endif
+
 #include "gettextP.h"
 
 /* @@ end of prolog @@ */