0
0
mirror of https://gcc.gnu.org/git/gcc.git synced 2024-12-15 06:54:05 +08:00

* intl/localealias.c (strings.h): Include.

From-SVN: r47873
This commit is contained in:
Douglas B Rupp 2001-12-11 08:23:40 -05:00 committed by Richard Kenner
parent 32065bf250
commit 0309cd882d
2 changed files with 8 additions and 0 deletions

View 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.

View File

@ -57,6 +57,10 @@ char *alloca ();
# endif
#endif
#ifdef STRING_WITH_STRINGS
#include <strings.h>
#endif
#include "gettextP.h"
/* @@ end of prolog @@ */