From 8ab9202e27387b8495e62d6bd1c075d6032065c5 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 13 Jun 2007 17:35:14 +0000 Subject: [PATCH] Link to xaw3d if available. --- src/xfns.c | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.2