]> git.sesse.net Git - vlc/commitdiff
mozilla: really fix compilation on OSX
authorFelix Paul Kühne <fkuehne@videolan.org>
Sat, 19 Jan 2008 17:48:15 +0000 (17:48 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sat, 19 Jan 2008 17:48:15 +0000 (17:48 +0000)
mozilla/vlcshell.cpp

index 90f82880a443bc3f736b6fcf9a4a5aca52250403..62f468d4b437a9e0a744f49377047b5c77c27130 100644 (file)
 #include <stdlib.h>
 
 #ifdef XP_UNIX
+#ifndef __APPLE__
 #include <X11/xpm.h>
 #endif
+#endif
 
 /* Mozilla stuff */
 #ifdef HAVE_MOZILLA_CONFIG_H