diff options
Diffstat (limited to 'macosx/HBVideo.m')
-rw-r--r-- | macosx/HBVideo.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBVideo.m b/macosx/HBVideo.m index 815292157..c062759e0 100644 --- a/macosx/HBVideo.m +++ b/macosx/HBVideo.m @@ -9,7 +9,7 @@ #import "HBCodingUtilities.h" #import "HBMutablePreset.h" -#include "handbrake.h" +#include "handbrake/handbrake.h" NSString * const HBVideoChangedNotification = @"HBVideoChangedNotification"; |