From 5de0ee574be8f6922a6c33f2fbc7e9b130a2f626 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Wed, 16 Mar 2011 17:39:28 +1100 Subject: ALSA: firewire - msleep needs delay.h fixes this error: sound/firewire/fcp.c: In function 'fcp_avc_transaction': sound/firewire/fcp.c:103: error: implicit declaration of function 'msleep' Signed-off-by: Stephen Rothwell Signed-off-by: Takashi Iwai --- sound/firewire/fcp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sound/firewire') diff --git a/sound/firewire/fcp.c b/sound/firewire/fcp.c index c20bd9c8f5ab..ec578b5ad8da 100644 --- a/sound/firewire/fcp.c +++ b/sound/firewire/fcp.c @@ -13,6 +13,7 @@ #include #include #include +#include #include "fcp.h" #include "lib.h" -- cgit v1.2.3