From 2b69849b1228b2453fcea3c9f8a19893a93a0462 Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Tue, 1 Jan 2008 16:15:23 +0000 Subject: [PATCH 1/1] Fix previous commit. --- extras/MacOSX/VLC_app/Sources/VLCMainWindow.h | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/MacOSX/VLC_app/Sources/VLCMainWindow.h b/extras/MacOSX/VLC_app/Sources/VLCMainWindow.h index 1c1625e221..4053b0a7b5 100644 --- a/extras/MacOSX/VLC_app/Sources/VLCMainWindow.h +++ b/extras/MacOSX/VLC_app/Sources/VLCMainWindow.h @@ -25,6 +25,7 @@ #import #import "VLCController.h" #import "VLCMediaArrayController.h" +#import "VLCAppAdditions.h" @interface VLCMainWindow : NSWindow { /* IB elements */ -- 2.20.1