aboutsummaryrefslogtreecommitdiff
path: root/src/hashtab.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hashtab.c')
-rw-r--r--src/hashtab.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/hashtab.c b/src/hashtab.c
index 2682885113..cdea743777 100644
--- a/src/hashtab.c
+++ b/src/hashtab.c
@@ -28,8 +28,9 @@
*/
#include "vim.h"
-
-
+#include "hashtab.h"
+#include "message.h"
+#include "misc2.h"
/* Magic value for algorithm that walks through the array. */
#define PERTURB_SHIFT 5