aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/wstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/os/wstream.h')
-rw-r--r--src/nvim/os/wstream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/os/wstream.h b/src/nvim/os/wstream.h
index 4a557ffd9f..ab41991e87 100644
--- a/src/nvim/os/wstream.h
+++ b/src/nvim/os/wstream.h
@@ -5,7 +5,7 @@
#include <stdbool.h>
#include <uv.h>
-#include "os/wstream_defs.h"
+#include "nvim/os/wstream_defs.h"
/// Creates a new WStream instance. A WStream encapsulates all the boilerplate
/// necessary for writing to a libuv stream.