]> git.sesse.net Git - vlc/commitdiff
XP_UNIX is defined in mozilla-config.h, so we need to include it just before
authorPavlov Konstantin <thresh@videolan.org>
Sat, 19 Jan 2008 17:50:07 +0000 (17:50 +0000)
committerPavlov Konstantin <thresh@videolan.org>
Sat, 19 Jan 2008 17:50:07 +0000 (17:50 +0000)
mozilla/vlcshell.cpp

index 62f468d4b437a9e0a744f49377047b5c77c27130..ab78e9d251b5bfcba1ab66acee97e8606135da94 100644 (file)
 #include <string.h>
 #include <stdlib.h>
 
+/* Mozilla stuff */
+#ifdef HAVE_MOZILLA_CONFIG_H
+#   include <mozilla-config.h>
+#endif
+
 #ifdef XP_UNIX
 #ifndef __APPLE__
 #include <X11/xpm.h>
 #endif
 #endif
 
-/* Mozilla stuff */
-#ifdef HAVE_MOZILLA_CONFIG_H
-#   include <mozilla-config.h>
-#endif
-
 /* This is from mozilla java, do we really need it? */
 #if 0
 #include <jri.h>