diff options
Diffstat (limited to 'libhb/reader.c')
-rw-r--r-- | libhb/reader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/reader.c b/libhb/reader.c index a0496a8f5..2f9f72288 100644 --- a/libhb/reader.c +++ b/libhb/reader.c @@ -6,7 +6,7 @@ It may be used under the terms of the GNU General Public License v2. For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html */ -#include "handbrake.h" +#include "handbrake/handbrake.h" static int reader_init( hb_work_object_t * w, hb_job_t * job ); static void reader_close( hb_work_object_t * w ); |