Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
input hdhomerun: ensure we pick up static lib header if available
  • Loading branch information
adamsutton committed Jan 16, 2016
1 parent ad9b54a commit 0b18702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/tvhdhomerun/tvhdhomerun_private.h
Expand Up @@ -24,7 +24,7 @@
#include "htsbuf.h"
#include "tvhdhomerun.h"

#include <libhdhomerun/hdhomerun.h>
#include "libhdhomerun/hdhomerun.h"

typedef struct tvhdhomerun_device_info tvhdhomerun_device_info_t;
typedef struct tvhdhomerun_device tvhdhomerun_device_t;
Expand Down

0 comments on commit 0b18702

Please sign in to comment.