X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2e768e3cc0ce768373d3320eca4cdd08b8cf646a..6e50e1df759610bcdd9ffbb26ae405f2289288b9:/h/nmh.h diff --git a/h/nmh.h b/h/nmh.h index b2bac8f0..24689192 100644 --- a/h/nmh.h +++ b/h/nmh.h @@ -14,7 +14,9 @@ /* See etc/gen-ctype-checked.c. */ # include #endif +#include #include +#include # include #define NLENGTH(dirent) strlen((dirent)->d_name) @@ -27,8 +29,9 @@ # include #endif -# include -# include +#include +#include +#include /* * we should be getting this value from pathconf(_PC_PATH_MAX) @@ -71,5 +74,3 @@ #define DEFAULT_PAGER "more" #define DEFAULT_EDITOR "vi" - -#include