OSDN Git Service

ALSA: ctxfi - Add missing inclusion of linux/math64.h
authorTakashi Iwai <tiwai@suse.de>
Fri, 5 Jun 2009 15:58:00 +0000 (17:58 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 5 Jun 2009 16:07:12 +0000 (18:07 +0200)
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/ctxfi/cttimer.c

index 3acb26d..ceda74e 100644 (file)
@@ -7,6 +7,7 @@
  */
 
 #include <linux/slab.h>
+#include <linux/math64.h>
 #include <sound/core.h>
 #include <sound/pcm.h>
 #include "ctatc.h"