Commit ad8f5db8 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Make X11/xpm.h Linux only, fixes MacOS X build.

parent ffca54bd
...@@ -29,7 +29,10 @@ ...@@ -29,7 +29,10 @@
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>
#ifdef XP_UNIX
#include <X11/xpm.h> #include <X11/xpm.h>
#endif
/* Mozilla stuff */ /* Mozilla stuff */
#ifdef HAVE_MOZILLA_CONFIG_H #ifdef HAVE_MOZILLA_CONFIG_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