aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/spell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/spell.c')
-rw-r--r--src/nvim/spell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/spell.c b/src/nvim/spell.c
index f312670a96..acff14bc40 100644
--- a/src/nvim/spell.c
+++ b/src/nvim/spell.c
@@ -331,7 +331,7 @@
#include "nvim/os/os.h"
#include "nvim/os/input.h"
-#ifndef UNIX // it's in os_unix_defs.h for Unix
+#ifndef UNIX // it's in os/unix_defs.h for Unix
# include <time.h> // for time_t
#endif