From: Andre Noll Date: Thu, 22 Oct 2009 17:37:27 +0000 (+0200) Subject: wmadec: Add a missing include that is needed on FreeBSD. X-Git-Tag: v0.4.1~40 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=2d58aec6b7de7fdad67518568a79632b1944ee90;p=paraslash.git wmadec: Add a missing include that is needed on FreeBSD. --- diff --git a/wmadec_filter.c b/wmadec_filter.c index 35e2703c..d574df35 100644 --- a/wmadec_filter.c +++ b/wmadec_filter.c @@ -24,6 +24,7 @@ #include #include #include +#include #include "para.h" #include "error.h"