aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/aucmd.h
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-09-11 18:44:20 -0700
committerJustin M. Keyes <justinkz@gmail.com>2019-09-12 17:04:05 -0700
commit6dd56d09025c960ef36952e3d4a1f77779782c52 (patch)
tree4619033c696a2ea5442e85a1f570ebf223541f86 /src/nvim/aucmd.h
parente9cf515888705640ebd754483349f2bf84c32255 (diff)
downloadrneovim-6dd56d09025c960ef36952e3d4a1f77779782c52.tar.gz
rneovim-6dd56d09025c960ef36952e3d4a1f77779782c52.tar.bz2
rneovim-6dd56d09025c960ef36952e3d4a1f77779782c52.zip
UIAttach, UIDetach
doc: ginit.vim, gvimrc fix #3656
Diffstat (limited to 'src/nvim/aucmd.h')
-rw-r--r--src/nvim/aucmd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/aucmd.h b/src/nvim/aucmd.h
index 6570ba7a92..9a4dd79a78 100644
--- a/src/nvim/aucmd.h
+++ b/src/nvim/aucmd.h
@@ -1,6 +1,8 @@
#ifndef NVIM_AUCMD_H
#define NVIM_AUCMD_H
+#include <stdint.h>
+
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "aucmd.h.generated.h"
#endif