diff options
Diffstat (limited to 'src/misc2.c')
-rw-r--r-- | src/misc2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/misc2.c b/src/misc2.c index e59ccf6626..da90eedb55 100644 --- a/src/misc2.c +++ b/src/misc2.c @@ -11,6 +11,7 @@ * misc2.c: Various functions. */ #include "vim.h" +#include "os/os.h" static char_u *username = NULL; /* cached result of mch_get_user_name() */ |