28f5da6375
Include stddef.h first, at least on DragonFly a C style (void *)0 definition of NULL is pulled in from somewhere otherwise and that conflicts with the stricter C++ type conversion rules.
12 lines
315 B
Text
12 lines
315 B
Text
$NetBSD: patch-ab,v 1.3 2006/01/05 14:46:46 joerg Exp $
|
|
|
|
--- src/xs_fileinfo.cc.orig 2001-11-18 12:51:25.000000000 +0000
|
|
+++ src/xs_fileinfo.cc
|
|
@@ -21,6 +21,7 @@
|
|
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
*/
|
|
|
|
+#include <stddef.h>
|
|
|
|
#include "xmms-sid.h"
|
|
#include <gtk/gtk.h>
|