diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/parsecsv.c | 2 | ||||
-rw-r--r-- | test/test.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/parsecsv.c b/test/parsecsv.c index bf343baa8..b777d1dab 100644 --- a/test/parsecsv.c +++ b/test/parsecsv.c @@ -8,7 +8,7 @@ */ #include <fcntl.h> -#include "hb.h" +#include "handbrake.h" #include "parsecsv.h" /* Internal declarations */ diff --git a/test/test.c b/test/test.c index 19fdb86ec..c4abe7687 100644 --- a/test/test.c +++ b/test/test.c @@ -30,7 +30,7 @@ #include <pthread.h> #endif -#include "hb.h" +#include "handbrake.h" #include "lang.h" #include "parsecsv.h" |