#! /bin/sh /usr/share/dpatch/dpatch-run ## 30_gcc46.dpatch by Alessio Treglia ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Description: Fix FTBFS with GCC 4.6 ## DP: Author: Alessio Treglia ## DP: Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628949 ## DP: Forwarded: no @DPATCH@ diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' muse-0.8.1a~/muse/memory.h muse-0.8.1a/muse/memory.h --- muse-0.8.1a~/muse/memory.h 2011-06-02 16:40:01.682892186 +0200 +++ muse-0.8.1a/muse/memory.h 2011-06-02 16:40:01.832892186 +0200 @@ -12,6 +12,7 @@ #include #include #include +#include // most of the following code is based on examples // from Bjarne Stroustrup: "Die C++ Programmiersprache"