# HG changeset patch # User Chong Yidong # Date 1181756052 0 # Node ID 477e245e6cf53ddbfb87c95d025587c4e731595d # Parent a5376379eaae5bac491e3887207622ebac5df1b0 Link to xaw3d if available. diff -r a5376379eaae -r 477e245e6cf5 lwlib/lwlib.c --- a/lwlib/lwlib.c Wed Jun 13 17:33:52 2007 +0000 +++ b/lwlib/lwlib.c Wed Jun 13 17:34:12 2007 +0000 @@ -48,7 +48,11 @@ #endif /* not USE_MOTIF && USE_LUCID */ #endif #if defined (USE_XAW) +#ifdef HAVE_XAW3D +#include +#else /* !HAVE_XAW3D */ #include +#endif /* HAVE_XAW3D */ #include "lwlib-Xaw.h" #endif