repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git]
/
pkgs
/
development
/
tools
/
misc
/
pmccabe
/
getopt_on_darwin.patch
blob
534d6c1d6ef77d1642e95220cb227e172af57f6f
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
8
9
+#ifdef __APPLE__
10
+#include "getopt.h"
11
+#endif
12
+
13
#ifdef NEED_OPTIND
14
extern int optind;
15
#endif