summaryrefslogtreecommitdiff
path: root/audio/xmixer/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmixer/files/patch-ad')
-rw-r--r--audio/xmixer/files/patch-ad16
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/xmixer/files/patch-ad b/audio/xmixer/files/patch-ad
new file mode 100644
index 000000000000..143f3e07bcc1
--- /dev/null
+++ b/audio/xmixer/files/patch-ad
@@ -0,0 +1,16 @@
+--- main.c.orig Sat Aug 21 15:26:37 1999
++++ main.c Tue Oct 26 23:47:37 1999
+@@ -22,7 +22,13 @@
+
+ #include <stdio.h>
+ #include <stdlib.h> /* free() */
++#if HAVE_GETOPT_H
+ #include <getopt.h>
++#else
++extern int getopt();
++extern char *optarg;
++extern int optind;
++#endif
+ #include <limits.h>
+ #include "gui.h"
+ #include "mixer.h"