]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/sfilters.h
macosx: we need to import intf.h before any import of vlc/vlc.h, because it includes...
[vlc] / modules / gui / macosx / sfilters.h
index a7ab87ae4fca4f00b1b45842ab955b9fc4a7243b..dec8585d92fb4279da4c671d657cc0428faa6aa4 100644 (file)
@@ -1,10 +1,10 @@
 /*****************************************************************************
  * sfilter.h: MacOS X Subpicture filters dialogue
  *****************************************************************************
- * Copyright (C) 2005-2006 the VideoLAN team
+ * Copyright (C) 2005-2008 the VideoLAN team
  * $Id$
  *
- * Authors: Felix Kühne <fkuehne@users.sf.net>
+ * Authors: Felix Paul Kühne <fkuehne -at- videolan -dot- org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,6 +22,7 @@
  *****************************************************************************/
 
 #import <Cocoa/Cocoa.h>
+#import "intf.h"
 #import <vlc/vlc.h>
 
 @interface VLCsFilters : NSObject