$NetBSD: patch-ct,v 1.1.1.1 2004/01/26 15:42:43 jmmv Exp $

--- mpeglib/example/yaf/yafvorbis/vorbis_control.cpp.orig	2003-11-08 13:30:14.000000000 +0100
+++ mpeglib/example/yaf/yafvorbis/vorbis_control.cpp	2003-11-08 13:29:46.000000000 +0100
@@ -19,7 +19,7 @@
 
 
 
-#include <iostream.h>
+#include <iostream>
 #include <stdio.h>
 #include <stdlib.h>
 #include <math.h>
@@ -33,6 +33,7 @@
 #include <getopt.h>
 #endif
 
+using namespace std;
 
 
 
