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 1b4f4a2029..65d341cac3 100644 --- a/src/nvim/profile.c +++ b/src/nvim/profile.c @@ -5,6 +5,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <uv.h> #include "nvim/ascii_defs.h" #include "nvim/charset.h" |