aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/user_funcs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/eval/user_funcs.h')
-rw-r--r--src/nvim/eval/user_funcs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/eval/user_funcs.h b/src/nvim/eval/user_funcs.h
index 3c714c042d..81a5ac12b4 100644
--- a/src/nvim/eval/user_funcs.h
+++ b/src/nvim/eval/user_funcs.h
@@ -1,7 +1,7 @@
#ifndef NVIM_EVAL_USER_FUNCS_H
#define NVIM_EVAL_USER_FUNCS_H
-#include "nvim/eval/typeval.h"
+#include "nvim/eval/typval.h"
///< Structure used by trans_function_name()
typedef struct {