summaryrefslogtreecommitdiffstats
path: root/macosx/HBImageUtilities.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBImageUtilities.m')
-rw-r--r--macosx/HBImageUtilities.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBImageUtilities.m b/macosx/HBImageUtilities.m
index 61d1fcfae..f0c296a78 100644
--- a/macosx/HBImageUtilities.m
+++ b/macosx/HBImageUtilities.m
@@ -6,7 +6,7 @@
#import "HBImageUtilities.h"
#import <Cocoa/Cocoa.h>
-#include "handbrake.h"
+#include "handbrake/handbrake.h"
CGImageRef CreateScaledCGImageFromCGImage(CGImageRef image, CGFloat thumbnailHeight)
{