]> git.pld-linux.org Git - packages/alsaplayer.git/blob - alsaplayer-gcc33.patch
- 0.99.76
[packages/alsaplayer.git] / alsaplayer-gcc33.patch
1 diff -aurN alsaplayer-0.99.75.orig/interface/gtk/PlaylistWindow.cpp alsaplayer-0.99.75/interface/gtk/PlaylistWindow.cpp
2 --- alsaplayer-0.99.75.orig/interface/gtk/PlaylistWindow.cpp    2003-04-17 13:45:42.000000000 +0200
3 +++ alsaplayer-0.99.75/interface/gtk/PlaylistWindow.cpp 2003-07-08 00:09:57.000000000 +0200
4 @@ -16,6 +16,7 @@
5   *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
6  */ 
7  
8 +#include <assert.h>
9  #include <cstdio>
10  #include <cstdlib>
11  #include <cstring>
12 diff -aurN alsaplayer-0.99.75.orig/interface/gtk/gtk_interface.cpp alsaplayer-0.99.75/interface/gtk/gtk_interface.cpp
13 --- alsaplayer-0.99.75.orig/interface/gtk/gtk_interface.cpp     2003-04-08 20:30:57.000000000 +0200
14 +++ alsaplayer-0.99.75/interface/gtk/gtk_interface.cpp  2003-07-08 00:10:14.000000000 +0200
15 @@ -20,6 +20,7 @@
16  #include "config.h"
17  #include "prefs.h"
18  #include "alsaplayer_error.h"
19 +#include <assert.h>
20  #include <unistd.h>
21  #include <sys/types.h>
22  //#define NEW_SCALE
This page took 0.063259 seconds and 3 git commands to generate.