aboutsummaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index a82b8c8e86..0d8c0b3e4e 100644
--- a/src/types.h
+++ b/src/types.h
@@ -9,6 +9,8 @@
#ifndef NEOVIM_TYPES_H
#define NEOVIM_TYPES_H
+#include <stdint.h>
+
/*
* Shorthand for unsigned variables. Many systems, but not all, have u_char
* already defined, so we use char_u to avoid trouble.