aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/arglist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/arglist.h')
-rw-r--r--src/nvim/arglist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/arglist.h b/src/nvim/arglist.h
index cd34ca10c4..52894b73a0 100644
--- a/src/nvim/arglist.h
+++ b/src/nvim/arglist.h
@@ -1,8 +1,10 @@
#ifndef NVIM_ARGLIST_H
#define NVIM_ARGLIST_H
+#include "nvim/arglist_defs.h"
#include "nvim/eval/typval_defs.h"
#include "nvim/ex_cmds_defs.h"
+#include "nvim/types.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "arglist.h.generated.h"