]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/update.h
Don't crash when using libgmalloc on Leopard (closes #1501)
[vlc] / modules / gui / macosx / update.h
index b3cf1654a60e39b4d449597accea872e8a086567..d3786295e40c4d97a298a3460962618c83a9bd58 100644 (file)
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
 
+#ifdef HAVE_CONFIG_H
+#   include "config.h"
+#endif
+
 #ifdef UPDATE_CHECK
 #import <Cocoa/Cocoa.h>
 #import "intf.h"
 #import <vlc_update.h>
 
+
 @interface VLCUpdate : NSObject
 {
     IBOutlet id o_btn_DownloadNow;