1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/audio/alsaplayer/files/patch-interface::gtk::gtk_interface.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
319 B
C++

--- interface/gtk/gtk_interface.cpp.orig Tue May 4 21:33:21 2004
+++ interface/gtk/gtk_interface.cpp Tue May 4 21:43:54 2004
@@ -16,6 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#include "assert.h"
#include "AlsaPlayer.h"
#include "config.h"
#include "prefs.h"