diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-04-20 22:17:20 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-04-20 22:17:20 +0000 |
commit | fc1421eb53b17aa58b01a9c07ba2007eb4a1aa4f (patch) | |
tree | aeddd441dc8dc7222c5c1acd2b0841712e833810 /src/gui_motif.c | |
parent | 8424a624ce1c38716deabd47f4da23f1e81614bd (diff) | |
download | vim-git-fc1421eb53b17aa58b01a9c07ba2007eb4a1aa4f.tar.gz |
updated for version 7.0e04v7.0e04
Diffstat (limited to 'src/gui_motif.c')
-rw-r--r-- | src/gui_motif.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui_motif.c b/src/gui_motif.c index 7eb57589c..9e28be2b0 100644 --- a/src/gui_motif.c +++ b/src/gui_motif.c @@ -26,7 +26,6 @@ #include <Xm/LabelG.h> #include <Xm/ToggleBG.h> #include <Xm/SeparatoG.h> -#include <Xm/Notebook.h> #include <Xm/XmP.h> #include <X11/keysym.h> @@ -43,6 +42,9 @@ # include <Xm/XpmP.h> # endif #endif +#ifdef HAVE_XM_NOTEBOOK_H +# include <Xm/Notebook.h> +#endif #include "gui_xmebw.h" /* for our Enhanced Button Widget */ |