X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/81498ba3222c3731cae33bf76ca04a8257b06d3d..bcf252dfcdd7db22634ee483b457167eebf81951:/h/nmh.h diff --git a/h/nmh.h b/h/nmh.h index 09683efb..ca32f58b 100644 --- a/h/nmh.h +++ b/h/nmh.h @@ -10,7 +10,13 @@ #include #include #include +#ifndef NDEBUG + /* See etc/gen-ctype-checked.c. */ +# include +#endif +#include #include +#include # include #define NLENGTH(dirent) strlen((dirent)->d_name) @@ -23,8 +29,9 @@ # include #endif -# include -# include +#include +#include +#include /* * we should be getting this value from pathconf(_PC_PATH_MAX) @@ -66,5 +73,6 @@ */ #define DEFAULT_PAGER "more" +#define DEFAULT_EDITOR "vi" #include