From f0089ebfe1c4aa5daa81251a4a5739c857c5f4f9 Mon Sep 17 00:00:00 2001 From: Nick Piggott Date: Sun, 22 Nov 2015 20:14:20 +0000 Subject: Include required type libraries if jack not being included If jack libraries are not being compiled into toolame, then inclusion of stddef.h and sys/types.h libraries is required to get vlc_input.h to compile --- vlc_input.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vlc_input.h') diff --git a/vlc_input.h b/vlc_input.h index f2b78c6..a2ecefa 100644 --- a/vlc_input.h +++ b/vlc_input.h @@ -4,6 +4,8 @@ # if defined(VLC_INPUT) #include +#include +#include #include -- cgit v1.2.3