diff options
Diffstat (limited to 'src/nvim/profile.c')
-rw-r--r-- | src/nvim/profile.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/profile.c b/src/nvim/profile.c index 685497a9e3..f7776ef74f 100644 --- a/src/nvim/profile.c +++ b/src/nvim/profile.c @@ -16,9 +16,10 @@ #include "nvim/ex_cmds_defs.h" #include "nvim/fileio.h" #include "nvim/garray.h" -#include "nvim/gettext.h" +#include "nvim/gettext_defs.h" #include "nvim/globals.h" #include "nvim/hashtab.h" +#include "nvim/hashtab_defs.h" #include "nvim/keycodes.h" #include "nvim/memory.h" #include "nvim/message.h" |