diff options
Diffstat (limited to 'audio/spiralsynth/patches/patch-ae')
-rw-r--r-- | audio/spiralsynth/patches/patch-ae | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/audio/spiralsynth/patches/patch-ae b/audio/spiralsynth/patches/patch-ae index 9fb8a323f8d..0d78644a46c 100644 --- a/audio/spiralsynth/patches/patch-ae +++ b/audio/spiralsynth/patches/patch-ae @@ -1,13 +1,15 @@ -$NetBSD: patch-ae,v 1.1 2003/12/19 16:48:06 ben Exp $ +$NetBSD: patch-ae,v 1.2 2011/11/23 08:32:10 marino Exp $ ---- SpiralSound/SpiralInfo.h.orig 2000-11-26 07:52:46.000000000 -0800 +--- SpiralSound/SpiralInfo.h.orig 2002-06-02 15:44:45.000000000 +0000 +++ SpiralSound/SpiralInfo.h -@@ -16,6 +16,8 @@ +@@ -16,7 +16,9 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +-#include <iostream.h> +using namespace std; + - #include <iostream.h> ++#include <iostream> #include <string> #include <stdlib.h> + |