summaryrefslogtreecommitdiff
path: root/lwlib/lwlib.c
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2007-06-13 17:34:30 +0000
committerChong Yidong <cyd@stupidchicken.com>2007-06-13 17:34:30 +0000
commit5262c5c746474b2b375652d0225c4bf2dc3ede8f (patch)
tree9d386a8e4c7e7546f8bc0a26d50660042c165b39 /lwlib/lwlib.c
parentdba7bae083155eef1eed7f1a15cb1965765ce0f8 (diff)
downloademacs-5262c5c746474b2b375652d0225c4bf2dc3ede8f.tar.gz
Link to xaw3d if available.
Diffstat (limited to 'lwlib/lwlib.c')
-rw-r--r--lwlib/lwlib.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c
index bd5d9adbf9d..542b3ba5a60 100644
--- a/lwlib/lwlib.c
+++ b/lwlib/lwlib.c
@@ -48,7 +48,11 @@ Boston, MA 02110-1301, USA. */
#endif /* not USE_MOTIF && USE_LUCID */
#endif
#if defined (USE_XAW)
+#ifdef HAVE_XAW3D
+#include <X11/Xaw3d/Paned.h>
+#else /* !HAVE_XAW3D */
#include <X11/Xaw/Paned.h>
+#endif /* HAVE_XAW3D */
#include "lwlib-Xaw.h"
#endif