diff options
Diffstat (limited to 'src/nvim/profile.c')
-rw-r--r-- | src/nvim/profile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/profile.c b/src/nvim/profile.c index ffc62c3c7e..97d7d77359 100644 --- a/src/nvim/profile.c +++ b/src/nvim/profile.c @@ -5,6 +5,7 @@ #include "nvim/profile.h" #include "nvim/os/time.h" #include "nvim/func_attr.h" +#include "nvim/os/os_defs.h" #include "nvim/globals.h" // for the global `time_fd` (startuptime) |