X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0cf508d41a7198d5f4f399de72f31468f5417892..303e8387acecca26329e939f228f78ca805b7a15:/h/nmh.h diff --git a/h/nmh.h b/h/nmh.h index 3b91e2c3..24689192 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) @@ -67,5 +74,3 @@ #define DEFAULT_PAGER "more" #define DEFAULT_EDITOR "vi" - -#include