freebsd-ports/audio/alsaplayer/files/patch-interface::gtk::PlaylistWindow.cpp
Pav Lucistnik 2841ba4329 - Fix build of gtk12 extension on gcc 3.3
PR:		ports/66190
Reported by:	User1001 <supraexpress@globaleyes.net>
2004-05-04 19:52:38 +00:00

11 lines
314 B
C++

--- interface/gtk/PlaylistWindow.cpp.orig Tue May 4 21:33:21 2004
+++ interface/gtk/PlaylistWindow.cpp Tue May 4 21:41:10 2004
@@ -16,6 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#include <assert.h>
#include <cstdio>
#include <cstdlib>
#include <cstring>