OSDN Git Service

* intl/localealias.c (strings.h): Include.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Dec 2001 13:23:40 +0000 (13:23 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Dec 2001 13:23:40 +0000 (13:23 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47873 138bc75d-0d04-0410-961f-82ee72b054a4

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

index b6d399a..019e300 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 85e5c90..dcc99aa 100644 (file)
@@ -57,6 +57,10 @@ char *alloca ();
 # endif
 #endif
 
+#ifdef STRING_WITH_STRINGS
+#include <strings.h>
+#endif
+
 #include "gettextP.h"
 
 /* @@ end of prolog @@ */