diff options
Diffstat (limited to 'src/proto.h')
-rw-r--r-- | src/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto.h b/src/proto.h index 4c52d4bb8..77ea826c7 100644 --- a/src/proto.h +++ b/src/proto.h @@ -194,6 +194,7 @@ extern char_u *vimpty_getenv __ARGS((const char_u *string)); /* from pty.c */ # endif # ifdef FEAT_GUI_MOTIF # include "gui_motif.pro" +# include "gui_xmdlg.pro" # endif # ifdef FEAT_GUI_ATHENA # include "gui_athena.pro" |