Commit a3aef4e6 authored by Pavlov Konstantin's avatar Pavlov Konstantin

XP_UNIX is defined in mozilla-config.h, so we need to include it just before

parent a915915a
......@@ -30,17 +30,17 @@
#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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment