From: Kevin Rosenberg Date: Mon, 9 Feb 2009 09:51:20 +0000 (-0700) Subject: Fix bug 511646 X-Git-Tag: v0.8.2^0 X-Git-Url: http://git.kpe.io/?p=wdq2wav.git;a=commitdiff_plain;h=3389e0fe586ac6fb119c65535121b3ef5193bba9 Fix bug 511646 --- diff --git a/debian/changelog b/debian/changelog index 4534d0e..96d9869 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +wdq2wav (0.8.2-1) unstable; urgency=low + + * Add stdlib.h (closes:511646) + + -- Kevin M. Rosenberg Mon, 09 Feb 2009 02:50:44 -0700 + wdq2wav (0.8.1-1) unstable; urgency=low * New upsgream diff --git a/wdq2wav.cpp b/wdq2wav.cpp index b72d6fa..c1dc117 100644 --- a/wdq2wav.cpp +++ b/wdq2wav.cpp @@ -24,6 +24,7 @@ ** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ******************************************************************************/ +#include #include const char* g_szIdStr = "$Id$";