This patch is part of a series of patches for speech-tools for Debian GNU/Linux, which primarily fix build errors with GCC 4.3 and newer. --- speech-tools-1.2.3.orig/testsuite/hash_regression.cc +++ speech-tools-1.2.3/testsuite/hash_regression.cc @@ -39,8 +39,8 @@ /* */ /************************************************************************/ -#include -#include +#include +#include #include "EST_String.h" #include "EST_Token.h" #include "EST_THash.h" @@ -71,7 +71,7 @@ { EST_String line; - line = file.get(); + line = (EST_String)file.get(); if (file.eof()) break;