- Only include strings.h in getopt.c if __APPLE__ is defined.

SVN r2631 (trunk)
This commit is contained in:
Randy Heit 2010-08-29 04:09:27 +00:00
parent 9c389f90c8
commit bd06fbd5d7

View file

@ -43,7 +43,9 @@ USA. */
#endif
#include <stdio.h>
#ifdef __APPLE__
#include <strings.h>
#endif
/* Comment out all this code if we are using the GNU C Library, and are not
actually compiling the library itself. This code is part of the GNU C