aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 796231c64dd..6b43d198667 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -37,7 +37,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
37#ifdef HAVE_X_WINDOWS 37#ifdef HAVE_X_WINDOWS
38extern void abort (); 38extern void abort ();
39 39
40#ifndef VMS
40#include <X11/bitmaps/gray> 41#include <X11/bitmaps/gray>
42#else
43#include "[.bitmaps]gray.xbm"
44#endif
41 45
42#define min(a,b) ((a) < (b) ? (a) : (b)) 46#define min(a,b) ((a) < (b) ? (a) : (b))
43#define max(a,b) ((a) > (b) ? (a) : (b)) 47#define max(a,b) ((a) > (b) ? (a) : (b))