* xfns.c [VMS]: Get the gray_bits from [.bitmaps]gray.xbm.
[bpt/emacs.git] / src / xfns.c
index 796231c..6b43d19 100644 (file)
@@ -37,7 +37,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #ifdef HAVE_X_WINDOWS
 extern void abort ();
 
+#ifndef VMS
 #include <X11/bitmaps/gray>
+#else
+#include "[.bitmaps]gray.xbm"
+#endif
 
 #define min(a,b) ((a) < (b) ? (a) : (b))
 #define max(a,b) ((a) > (b) ? (a) : (b))