This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Add conditional include of strings.h to intl/localealias.c


Tue Dec 11 07:08:57 2001  Douglas B. Rupp  <rupp@gnat.com>

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

*** intl/localealias.c	2001/11/03 21:51:46	1.6
--- intl/localealias.c	2001/12/11 05:37:31
*************** char *alloca ();
*** 57,62 ****
--- 57,66 ----
  # endif
  #endif
  
+ #ifdef STRING_WITH_STRINGS
+ #include <strings.h>
+ #endif
+ 
  #include "gettextP.h"
  
  /* @@ end of prolog @@ */

------=_NextPart_000_2497_01C181E1.6D94FD70--



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]