aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/os/server.h')
-rw-r--r--src/nvim/os/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/os/server.h b/src/nvim/os/server.h
index b9459a81af..0a5e798e8b 100644
--- a/src/nvim/os/server.h
+++ b/src/nvim/os/server.h
@@ -1,7 +1,7 @@
#ifndef NEOVIM_OS_SERVER_H
#define NEOVIM_OS_SERVER_H
-#include "os/channel_defs.h"
+#include "nvim/os/channel_defs.h"
/// Initializes the module
void server_init();