diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xfns.c b/src/xfns.c index 3decf1a79f8..bb505e7962d 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -39,7 +39,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 39 | extern void abort (); | 39 | extern void abort (); |
| 40 | 40 | ||
| 41 | #ifndef VMS | 41 | #ifndef VMS |
| 42 | #ifdef EMACS_BITMAP_FILES | ||
| 43 | #include "bitmaps/gray.xbm" | ||
| 44 | #else | ||
| 42 | #include <X11/bitmaps/gray> | 45 | #include <X11/bitmaps/gray> |
| 46 | #endif | ||
| 43 | #else | 47 | #else |
| 44 | #include "[.bitmaps]gray.xbm" | 48 | #include "[.bitmaps]gray.xbm" |
| 45 | #endif | 49 | #endif |