]> git.alsa-project.org Git - alsa-lib.git/commit
local.h: include sys/types.h to fix issues with pcm.h
authorJohn Spencer <maillist-alsa@barfooze.de>
Thu, 10 Oct 2013 16:56:22 +0000 (18:56 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 11 Oct 2013 07:29:05 +0000 (09:29 +0200)
commit10ecf963ca9ee7c491affadd4838ef8e35823d2c
treeba1ffef849c6639f7d9a69cc49b6f7f13416da98
parentc1fbd57c38dd565d3f87219031658f676654484f
local.h: include sys/types.h to fix issues with pcm.h

sys/types.h is required for the u_int_XX types used by pcm.h.
since a change in pcm.h is not desired, we add the inclusion
to the header that includes pcm.h during build.

Signed-off-by: John Spencer <maillist-alsa@barfooze.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/local.h