# HG changeset patch # User Chong Yidong # Date 1181756032 0 # Node ID a5376379eaae5bac491e3887207622ebac5df1b0 # Parent f50b45eabb353de1408e1f836771a51ab60112a4 Link to xaw3d if available. diff -r f50b45eabb35 -r a5376379eaae src/xmenu.c --- a/src/xmenu.c Wed Jun 13 17:32:59 2007 +0000 +++ b/src/xmenu.c Wed Jun 13 17:33:52 2007 +0000 @@ -82,7 +82,11 @@ #include #include #ifdef USE_LUCID +#ifdef HAVE_XAW3D +#include +#else /* !HAVE_XAW3D */ #include +#endif /* HAVE_XAW3D */ #endif /* USE_LUCID */ #include "../lwlib/lwlib.h" #else /* not USE_X_TOOLKIT */