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)