X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/3dc0fe0bcb41205700cf9229cb6d7bbfd95a3c2a..513587ec31160434400bb003d7160777e2db6bb6:/h/nmh.h diff --git a/h/nmh.h b/h/nmh.h index 00fd943a..24689192 100644 --- a/h/nmh.h +++ b/h/nmh.h @@ -16,6 +16,7 @@ #endif #include #include +#include # include #define NLENGTH(dirent) strlen((dirent)->d_name) @@ -28,8 +29,9 @@ # include #endif -# include -# include +#include +#include +#include /* * we should be getting this value from pathconf(_PC_PATH_MAX) @@ -72,5 +74,3 @@ #define DEFAULT_PAGER "more" #define DEFAULT_EDITOR "vi" - -#include