pkgsrc-wip/mutella/patches/patch-ad
Juan Romero Pardines c0cde00735 Fix build with gcc3.
2003-07-17 19:53:10 +00:00

13 lines
307 B
Text

$NetBSD: patch-ad,v 1.3 2003/07/17 19:53:10 xtraeme Exp $
--- mutella/gnushare.cpp.orig 2003-07-17 21:43:40.000000000 +0200
+++ mutella/gnushare.cpp 2003-07-17 21:43:57.000000000 +0200
@@ -24,6 +24,8 @@
#include "config.h"
#endif
+#include <assert.h>
+
#include "mutella.h"
#include "structures.h"