festival (1:2.0.95~beta-5.1) src_arch_festival_client.cc.diff

Summary

 src/arch/festival/client.cc |    3 +++
 1 file changed, 3 insertions(+)

    
download this patch

Patch contents

This patch is part of a series of patches for festival for
Debian GNU/Linux, which primarily fix build errors with GCC 4.3 and newer.

Index: b/src/arch/festival/client.cc
===================================================================
--- a/src/arch/festival/client.cc
+++ b/src/arch/festival/client.cc
@@ -49,6 +49,9 @@
 #include "festival.h"
 #include "festivalP.h"
 
+using std::cerr;
+using std::endl;
+
 static EST_Regex ipnum("[0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+");
 
 int festival_socket_client(const char *host,int port)