Package: wdq2wav
Version: 0.8.1-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu intrepid ubuntu-patch

Hi,

Your package failed to build on Ubuntu as it missed an #include
of stdlib.h, for the definitions of exit and strtol. Please consider
applying the attached patch to fix it.

Thanks,

James
--- wdq2wav-0.8.1.orig/wdq2wav.cpp
+++ wdq2wav-0.8.1/wdq2wav.cpp
@@ -24,6 +24,7 @@
 **  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 ******************************************************************************/
 
+#include <stdlib.h>
 #include <wdq2wav.h>
 
 const char* g_szIdStr = "$Id$";

Reply via email to