From: Takashi Iwai Date: Fri, 5 Jun 2009 15:58:00 +0000 (+0200) Subject: ALSA: ctxfi - Add missing inclusion of linux/math64.h X-Git-Tag: v2.6.31-rc1~363^2~23^2~12 X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=28cd4aa43de2b6d3b1e3385d450bfb31cbe8d72a;p=linux-dmdedup.git ALSA: ctxfi - Add missing inclusion of linux/math64.h Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/ctxfi/cttimer.c b/sound/pci/ctxfi/cttimer.c index 3acb26d0c4c..ceda74e356c 100644 --- a/sound/pci/ctxfi/cttimer.c +++ b/sound/pci/ctxfi/cttimer.c @@ -7,6 +7,7 @@ */ #include +#include #include #include #include "ctatc.h"