From: Adam Sutton Date: Thu, 14 Jan 2016 17:47:36 +0000 (+0000) Subject: input hdhomerun: ensure we pick up static lib header if available X-Git-Tag: v4.2.1~1162^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b187029891ab0ad4a51913c467b0321c49722c5;p=thirdparty%2Ftvheadend.git input hdhomerun: ensure we pick up static lib header if available --- diff --git a/src/input/mpegts/tvhdhomerun/tvhdhomerun_private.h b/src/input/mpegts/tvhdhomerun/tvhdhomerun_private.h index 962627ae2..c6a255cd9 100644 --- a/src/input/mpegts/tvhdhomerun/tvhdhomerun_private.h +++ b/src/input/mpegts/tvhdhomerun/tvhdhomerun_private.h @@ -24,7 +24,7 @@ #include "htsbuf.h" #include "tvhdhomerun.h" -#include +#include "libhdhomerun/hdhomerun.h" typedef struct tvhdhomerun_device_info tvhdhomerun_device_info_t; typedef struct tvhdhomerun_device tvhdhomerun_device_t;