From 3389e0fe586ac6fb119c65535121b3ef5193bba9 Mon Sep 17 00:00:00 2001 From: Kevin Rosenberg Date: Mon, 9 Feb 2009 02:51:20 -0700 Subject: [PATCH] Fix bug 511646 --- debian/changelog | 6 ++++++ wdq2wav.cpp | 1 + 2 files changed, 7 insertions(+) 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$"; -- 2.34.1