diff options
Diffstat (limited to 'src/verbs.h')
| -rw-r--r-- | src/verbs.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/verbs.h b/src/verbs.h index d3a63320c..d70a3dbfd 100644 --- a/src/verbs.h +++ b/src/verbs.h @@ -13,6 +13,10 @@ * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ +#ifdef HAVE_CONFIG_H +# include "config.h" // only include where actually required! +#endif + #include <cstring> #include <string> #include <glibmm/ustring.h> @@ -324,7 +328,11 @@ enum { SP_VERB_DIALOG_XML_EDITOR, SP_VERB_DIALOG_SELECTORS, SP_VERB_DIALOG_FIND, + +#if HAVE_ASPELL SP_VERB_DIALOG_SPELLCHECK, +#endif + SP_VERB_DIALOG_DEBUG, SP_VERB_DIALOG_TOGGLE, SP_VERB_DIALOG_CLONETILER, |
