From 2d58aec6b7de7fdad67518568a79632b1944ee90 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 22 Oct 2009 19:37:27 +0200 Subject: [PATCH] wmadec: Add a missing include that is needed on FreeBSD. --- wmadec_filter.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.39.2