biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / development / tools / misc / pmccabe / getopt_on_darwin.patch
blob534d6c1d6ef77d1642e95220cb227e172af57f6f
1 diff --git a/decomment.c b/decomment.c
2 index 400707a..aea29fd 100644
3 --- a/decomment.c
4 +++ b/decomment.c
5 @@ -11,6 +11,10 @@
6 #include "getopt.h"
7 #endif
9 +#ifdef __APPLE__
10 +#include "getopt.h"
11 +#endif
13 #ifdef NEED_OPTIND
14 extern int optind;
15 #endif