From: Chong Yidong Date: Wed, 13 Jun 2007 17:35:14 +0000 (+0000) Subject: Link to xaw3d if available. X-Git-Tag: emacs-pretest-23.0.90~12309 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8ab9202e27387b8495e62d6bd1c075d6032065c5;p=emacs.git Link to xaw3d if available. --- diff --git a/src/xfns.c b/src/xfns.c index 023a9bbfdf4..a5ac1094aec 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -72,8 +72,13 @@ Boston, MA 02110-1301, USA. */ #include #ifndef USE_MOTIF +#ifdef HAVE_XAW3D +#include +#include +#else /* !HAVE_XAW3D */ #include #include +#endif /* HAVE_XAW3D */ #endif /* USE_MOTIF */ #ifdef USG