13 lines
314 B
Text
13 lines
314 B
Text
$NetBSD: patch-ab,v 1.1 2006/01/05 15:09:04 joerg Exp $
|
|
|
|
--- modplugxmms/plugin.cpp.orig 2006-01-05 14:56:10.000000000 +0000
|
|
+++ modplugxmms/plugin.cpp
|
|
@@ -4,6 +4,8 @@
|
|
* This source code is public domain.
|
|
*/
|
|
|
|
+#include <stddef.h>
|
|
+
|
|
#include "plugin.h"
|
|
#include <libmodplug/modplug.h>
|
|
#include "gui/main.h"
|