23 Jul
2013
23 Jul
'13
4:58 p.m.
On Tue, Jul 23, 2013 at 8:55 AM, Jaroslav Kysela perex@perex.cz wrote:
I tried to fix this issue using <linux/types.h>. Please, check:
http://git.alsa-project.org/?p=alsa-lib.git;a=commitdiff;h=b3b53a1bec47aaa2b...
Yes, that patch fixes the compile error I was getting. Thanks for looking into this.
You don't actually need to include <linux/types.h> in local.h. local.h includes asound.h which already includes <linux/types.h>. This is how I just got away with deleting the #define __kernel_off_t line.
Kevin