summaryrefslogtreecommitdiff
path: root/audio/xmixer/files/patch-ad
blob: 143f3e07bcc1b9fc7eb3d2687ec8d8d185b37299 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"