diff options
Diffstat (limited to 'src/nvim/os/uv_helpers.h')
-rw-r--r-- | src/nvim/os/uv_helpers.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/os/uv_helpers.h b/src/nvim/os/uv_helpers.h index 9d4cea30b2..eed2c55c3a 100644 --- a/src/nvim/os/uv_helpers.h +++ b/src/nvim/os/uv_helpers.h @@ -3,9 +3,9 @@ #include <uv.h> -#include "os/wstream_defs.h" -#include "os/rstream_defs.h" -#include "os/job_defs.h" +#include "nvim/os/wstream_defs.h" +#include "nvim/os/rstream_defs.h" +#include "nvim/os/job_defs.h" /// Gets the RStream instance associated with a libuv handle /// |