From: John Spencer Date: Thu, 10 Oct 2013 16:56:22 +0000 (+0200) Subject: local.h: include sys/types.h to fix issues with pcm.h X-Git-Tag: v1.0.28~44 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=10ecf963ca9ee7c491affadd4838ef8e35823d2c;p=alsa-lib.git 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 Signed-off-by: Takashi Iwai --- diff --git a/include/local.h b/include/local.h index f0db188e..9464efa4 100644 --- a/include/local.h +++ b/include/local.h @@ -31,6 +31,7 @@ #include #include #include +#include #include #include #include