mirror of
https://github.com/ZDoom/zdbsp.git
synced 2024-11-10 06:31:35 +00:00
- Only include strings.h in getopt.c if __APPLE__ is defined.
SVN r2631 (trunk)
This commit is contained in:
parent
9c389f90c8
commit
bd06fbd5d7
1 changed files with 2 additions and 0 deletions
2
getopt.c
2
getopt.c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue