aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xmenu.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xmenu.c b/src/xmenu.c
index da897396d75..6d9278e3c54 100644
--- a/src/xmenu.c
+++ b/src/xmenu.c
@@ -82,7 +82,11 @@ Boston, MA 02110-1301, USA. */
82#include <X11/StringDefs.h> 82#include <X11/StringDefs.h>
83#include <X11/Shell.h> 83#include <X11/Shell.h>
84#ifdef USE_LUCID 84#ifdef USE_LUCID
85#ifdef HAVE_XAW3D
86#include <X11/Xaw3d/Paned.h>
87#else /* !HAVE_XAW3D */
85#include <X11/Xaw/Paned.h> 88#include <X11/Xaw/Paned.h>
89#endif /* HAVE_XAW3D */
86#endif /* USE_LUCID */ 90#endif /* USE_LUCID */
87#include "../lwlib/lwlib.h" 91#include "../lwlib/lwlib.h"
88#else /* not USE_X_TOOLKIT */ 92#else /* not USE_X_TOOLKIT */